Not able to slide to chapter 4 and 5 on the table of contents (doubletap, iPad)
Hi, I have a fresh installation of laker on the baker framework. Then I ran the xcode in iPad simulator 5.1 to test it. However, when I doubletap and try to slide in the navigation menu, the navigation stops after chapter 3. Almost like there is a maximum width of just 600px in the doubletap navigation menu. I am not able to slide to for example chapter 5. Please advise.
This sounds like a CSS/HTML problem. Are you sure the width of your index.html file is set correctly? Are you using the Baker book or the Laker book? If you added more content than the Laker or Baker example contained, you'll need to expand the width of your index file to match in the CSS. In the Laker example, you can find it on line 298 in nav.css.
Hi Tom, many thanks for your reply.
I am using the Laker book. The baker book navigation works as it should, but not the Laker book navigation.
I have not added more content than the Laker example contained. I am able to slide through the whole navigation menu when I open the index.html in a web browser, but not in the xcode iPad simulator. Please be aware that I have tried to setup a fresh installation - still the issue occur. And for the record; I deleted all kinds of cache from xcode before installing the xcode project.
If you change the width of the index bar in nav.css (line 298-ish) to something large, like 5000px, does it change anything?
No it doesn't. Still the same issue. Seems like I have to style the Baker book instead of the Laker book :(
I'm having the same issues though my table of contents works on iPad simulator and not on iPhone.
Just fixed it, had to change the content width on index.html line 21 to a higher number.