Android Question How can I allow a user to interact with an HTML form inside a webview without a touch screen?

JohnC

Expert
Licensed User
Longtime User
I am looking to create an app for TV screens which don't have a touchscreen.

How would I be able to:
1) Allow the user to interact with all the controls in the webpage form (radio buttons, checkboxes, textbox, dropdown list, Submit button)
2) And also be able to scroll the page if it's taller than the screen height.

Note: My app would be able to detect up, down, left, right and Enter keypresses from the TV remote.
 
Top