Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working properly on iOS 7 ? #142

Closed
fohoizey opened this issue Aug 10, 2015 · 3 comments
Closed

Not working properly on iOS 7 ? #142

fohoizey opened this issue Aug 10, 2015 · 3 comments

Comments

@fohoizey
Copy link

Hi

I'm using an iPad Air on iOS 7 and only the few first pictures load.
When scrolling, i can see that pictures above the fold never load.

No issue on iOS 8, Android, Mac OS X Safari, Firefox, Chrome, ...

Is it a known issue ? How to handle it ?

Thanks

@doronfeldman
Copy link

IOS 7 does not fire scroll events while scrolling

read this,
http://developer.telerik.com/featured/scroll-event-change-ios-8-big-deal/

@aFarkas
Copy link
Owner

aFarkas commented Aug 10, 2015

I assume above the fold images do load as soon as you scroll them into view? In case you want to force load of above fold images you can use the code here:#139 (comment) . But you won't get it to download while the User is scrolling because painting us also paused while scrolling.

@aFarkas
Copy link
Owner

aFarkas commented Aug 23, 2015

In case all in view/near view images are loaded as soon as you stop scrolling, I can't consider this as a bug.

It is a constrain of iOS7 (http://developer.telerik.com/featured/scroll-event-change-ios-8-big-deal/). Please re-open, if you see other issues.

@aFarkas aFarkas closed this as completed Aug 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants