Hi,
I'm just looking for a Javascript method (or function) wich does exactly the same thing that if a reader tap at the extreme right of the page (in ePub Fixed-Layout).
I think it should look like "document.goToNextPage()" or something like that...
I'm pretty sure there is a way to do that because i know we can prevent this event (event.preventDefault();), so we may trigger it too.
I need your help if you know the answer !
Thank you.