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

ipad/iphone Safari crashing - multiple instances on lengthy pages #267

Open
FrancoRomasco opened this issue Jan 9, 2014 · 2 comments
Open

Comments

@FrancoRomasco
Copy link

I'm currently getting crashes on Safari ipad/iphone devices specially when you manipulate the page (enlarge, pinch, etc ...).
Pages with multiple instances are mostly concerned.

Live examples here :

http://www.fontainebeauvois.be/new.html
http://www.fontainebeauvois.be/murs/pp/pp.html

I found this entry :

http://stackoverflow.com/questions/11831429/mobile-safari-on-ios-crashes-on-big-pages

and still turning around to find out a solution.
Any help would be appreciated.

Thanks.

Franco

@FrancoRomasco
Copy link
Author

Ok, I have found something here :

woocommerce/FlexSlider#727

So, if we do the same in responsiveslides.css

.rslides li {
/* mobile Safari
-webkit-backface-visibility: hidden; */

mobile Safari crashes less often. So, it's an improvement though not perfect.
The more we put instances and photos on a page and the more it is succeptible to crash due to the limits and the kind of memory management implemented on those mobile browsers.

Cheers.

@FrancoRomasco
Copy link
Author

Sorry, i missed something : as reported by neptunian (issue #260), the more you strech, the more it crashes.
That's it.

@FrancoRomasco FrancoRomasco reopened this Jan 12, 2014
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

1 participant