Ok, I was able to get by without navigation in javascript.
I'm trying to run some html5+javascript+css code in mobile in stand-alone.
The user:
- opens a lean ebook (in epub format)
- clicks on a button that opens a file input dialog
- selects a .zip file with images
- the images are then displayed in the ebook
the ebook can viewer successfully via:
- Calibre on the desktop
- Calibre Content Server on the desktop
A short clip that shows how the button responds to Calibre Content Server in the desktop, can be see in here:
https://drive.google.com/file/d/1hff...ew?usp=sharing
I want to make it work similarly,
on mobile.
I don't know if this is typical operation of an ebook.
But, if it will work on mobile it will be very nice, and I will be very happy
Thank you!