joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

iPad covering page #178

Open RichHelms opened 11 years ago

RichHelms commented 11 years ago

On the book I am writing I used a simple JS system to do question/answers. In the quiz section are questions and 4 answers. Click on each answer and it puts a correct or wrong image beside the answer. (Simple JS call to change image source)

On Chrome or Safari on a PC it works perfectly. On an iPad 1 running iOS 5.1.1 (totally current) in the Safari browser when I move to page 2 of the questions it works, go backwards to page 1 and none of the links on the page work. Open the TOC and close it and it works.

I am guessing that some div is left in front of the page when going to previous page.

If I load the book on the chrome browser on the iPad it does the same. Seems to be iPad specific but not browser specific

Any ideas?