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?
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?