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.
|