You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an iframe in my application and I have access to both the parent and child applications so I can choose the selectors wisely. But SpatialNavigation doesn't work if I navigate it either from parent or child. is there anyway I could do it?
The text was updated successfully, but these errors were encountered:
SpatialNavigation currently doesn't support navigating cross frames. I haven't tried but I imagine that you need to load SpatialNavigation both outside and inside the iframe, manually specify and focus an element when crossing the boundary of an iframe, and let another SptialNavigation take over the rest of navigating works within the same frame.
First let me thank you Luke-Chang for your work. I have enjoyed modifying your code to recreate my website for a FireTV app.(not the silk browser) I have hit a block. I have a iframe I've been able to load YouTube videos in but either they autoplay with no sound, (the app was created for mobile) or they are unmuted but need the play button clicked. Any further experiments with iframe you can share?
I've come to accept to many security issues with iframe and YouTube video. So rather than load YouTube video to an iframe, I loading a new page with vanilla html5 video player, mp4 video and Sn . The fir TV remote back button closes the window and I return to previous page. On the desktop the last focus element is still active but on the fire TV the page resets and the top element is default. Does this sound like a browser bug?
I have an iframe in my application and I have access to both the parent and child applications so I can choose the selectors wisely. But SpatialNavigation doesn't work if I navigate it either from parent or child. is there anyway I could do it?
The text was updated successfully, but these errors were encountered: