Hi all
In my game I use the DataPrivacy.FetchPrivacyUrl method to show the user’s privacy settings page. But since Android TV doesn’t allow me to open links in an external browser, I display the page in an Android WebView inside the game.
The problem is that Google did not aprove the game for Android TV. The reason for this was that the checkbox with the text “I do not want a personalized game experience. I want to opt out of data collection and delete all my historical data” was not focuable. I tested it, and they were right. It was not possible to set focus to it, so it could never be checked. The focus jumped directly from the text box above to the link below.
The TAB key actually works to set focus to it, but you don’t have a TAB key on the remote control. DPAD does not work.
Is this a bug in Unity’s web design? Are there any workarounds to this?