Focus on Alert buttons? #79
Replies: 2 comments 1 reply
-
Hello @dbaonguis-wfc, Sorry for the delayed reply. I've just been having a few busy weeks. Thank you for sharing such an interesting task with me! Regards, |
Beta Was this translation helpful? Give feedback.
-
Hello @dbaonguis-wfc, I just tested how Alert dialogs work in React Native, and I’d like to share some thoughts: First of all, the buttons inside Alert dialogs are accessible. I agree that interacting with them via the keyboard requires some additional effort and might feel a bit inconvenient, but it is still possible to use them. Regarding the use of As a possible solution, if this is your local requirement, you could try using third-party libraries for custom Alert components. However, if this limitation arises from another package, it might be better to create an issue in that package’s repository or directly in the React Native repository. I think this functionality should be implemented either in React Native itself or through another library. Unfortunately, they may have different priorities, and it might take some time to do this. Regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I noticed that when an Alert dialog box is shown, it cannot get the focus. Is this possible in the current version? Or is this something that is not yet implemented?
Beta Was this translation helpful? Give feedback.
All reactions