I am developing a web hosted app. I need to open an internet page inside that app in a way that I see the cursor and I can move it around the page and click on buttons, using the regular remote control.
I don't see a way to enable the cursor and make it move as I click on the remote arrows, as it does in the internet browser that comes with the tv.
So, I need one of two things:
- a way to launch a specific URL from the app and make that URL open on the television's browser or
- enable the cursor inside the app in a way that it moves as I press the remote arrows. The app is running inside chromium engine, right? So, the cursor must be disabled. Any way to enable it?
thanks