-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Support keyboardDisplayRequiresUserAction
to focus automaticlly in iOS
#1445
Conversation
+1, this feature would be much appreciated. |
I'm not sure about the iOS implementation. That's because it's using private native API.
|
We have used this code in our iOS APP, and approved by AppStore |
c32a1ca
to
7d4f296
Compare
+1 , add this feature plz |
@pichillilorenzo Will this feature be merged? |
@pichillilorenzo Really hope this PR can be merged. These are very useful features and have been verified by our APP for many years (in AppStore and Google Play). |
c8eb3ab
to
c6ce2d3
Compare
Closed, another PR: #2312 |
Feature1: Add
keyboardDisplayRequiresUserAction
to focus automaticlly in iOSFeature2: Add
requestFocus
in Android (Include open keyboard)Feature3: Change
clearFocus
in Android with closing keyboard.