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 Jan 10, 2024. It is now read-only.
We should be able to set the tab ordering for accessible elements in NativeScript
On iOS we have UIAccessibilityContainer
On Android the View have these properties:
android:nextFocusUp, android:nextFocusDown, android:nextFocusLeft, and android:nextFocusRight,
https://developer.android.com/reference/android/view/View.html#attr_android:nextFocusUp
The text was updated successfully, but these errors were encountered: