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
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
My app is a Vue.js app targeting Xbox (Edge WebView). When the app loads, I'm able to focus the first navigation item, but when I navigate to new views in the Vue router, calling focus() on and element inside the new page does not focus the item. I have confirmed that when the view loads that DOM object I want to focus exists before I call focus on it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My app is a Vue.js app targeting Xbox (Edge WebView). When the app loads, I'm able to focus the first navigation item, but when I navigate to new views in the Vue router, calling focus() on and element inside the new page does not focus the item. I have confirmed that when the view loads that DOM object I want to focus exists before I call focus on it.
The text was updated successfully, but these errors were encountered: