Replies: 2 comments
-
Hi, personally I don't know the answer to your question, but I would expect yes. There should be a way to set the focus on the IFrame and be able to cycle the focus through the UI elements in the IFrame. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ChatGPT suggests doing custom focus handling on the web side
You could try to play with this to verify if it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for creating this library. I'm curious if there's a method to programmatically focus on an iframe element using physical buttons. I'm developing a TV app and have been using a custom UI. To comply with Google Play's requirements, every button displayed on the page must be accessible to the user, including those for ending recommendations and pausing recommendations. In my testing, it seems I'm unable to focus on those elements. I'm wondering if there's a solution for this. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions