View Single Post
Old 01-31-2025, 05:21 PM   #31
mramosch
Connoisseur
mramosch began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Nov 2024
Device: KOBO
The thing is that Javascript actually IS supported. You can execute JS on page load. So it can’t be a security concern issue!

The only missing part here is that touches get absorbed by the reader app for accessing the menu.

On iOS you can use event.preventDefault() to break through this filter and get to your underlying JS code for providing the user with further interactive functionality.

Only on the KOBO device itself you can’t…

Last edited by mramosch; 01-31-2025 at 05:25 PM.
mramosch is offline   Reply With Quote