문제

I just tested AQuery's image loading based on this tutorial. It works well, when I use on an URL like example.com/xy.jpg. But what if I want to load an image that is displayed by a page (for example a php page)?

If my url is like this: example.com/showimage.php, I get a message of this: SkImageDecoder::Factory returned null.

Does AQuery support deferred image loading?

도움이 되었습니까?

해결책

Yes it can if the PHP page redirects to a valid image.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top