View Single Post
Old 04-21-2013, 10:13 AM   #1
rtmyers
Member
rtmyers began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Aug 2012
Device: iPad
Touch event handling on new Kobo Reader for iOS Japanese

I am testing a scripted book on the new Kobo Reader for iOS, Japanese version. I find that touch events, even when I explicitly try to stop propagation with stopPropagation or preventDefault (which works fine on iBooks), nevertheless make their way to the top level, where they are re-interpreted as commands to flip to the previous page (if towards the left side of the screen) or right page (if towards the right side of the screen). Needless to say, this makes the book completely useless.

Does anyone have any experience with the touch event handling logic and its interaction with event handling logic in user scripts in the Kobo code base?
rtmyers is offline   Reply With Quote