touchstart event for turn pages
Hi all.
I working with epub fixed layout format e-book.
In my projects I using many HTML pages with any animations. On some reasons I want to prevent ibooks touchstart event for area, placed near the left and right bounds of my e-book. Usually its possible by using code like this:
document.getElementById('area_out').addEventListener('touchstart', function(event) {event.preventDefault()}, false);
document.getElementById('area_in').addEventListener('touchstart', function(event) {event.preventDefault()}, false);
But in this case turning e-book pages still possible by taping on the image, which demonstrated е-book thickness and displayed by ibooks.
Is this possible to prevent this effect also?
Thanks for answer.
With best regards, Vadim
iPad, iOS 5.1.1