nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
624 stars 312 forks source link

iphone scroll position #119

Open RogerCollinsMOB opened 7 years ago

RogerCollinsMOB commented 7 years ago

We have an html5 app that uses a master page and an iframe off of that for the content.
On an iphone, we use a div in the iframe, that is longer than our screen height, loaded with tiles set to flip on touch, if we have scrolled, upon first flip of every tile screen scrolls back to top. Subsequent flips of a tile that has been flipped, hold their scroll position. We need it to not scroll back to the top upon first flip. Can you suggest a solution?