-
Notifications
You must be signed in to change notification settings - Fork 149
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
Weird issue with keyboard on iOS #15
Comments
Same for version
|
Ok. so i think i figured why this started to happend to our apps. When i force So i think this plugin is not compatable with |
I'll look at this. Thanks. |
Thanks a lot @devgeeks |
I can't reliably make this happen, but anecdotally I am seeing this sometimes. Not sure what it is though :/ |
Just wanted to chip in I am experiencing this issue with the following dependencies:
|
Seems to be related to setting As a workaround, I've replaced hiding the window with overlaying a simple black view (a bit like how the plugin overlays the splash screen, but that didn't seem to be working for me). Code diff here: JamesP-KC@2110f0d It's a workaround that suits my needs (so perhaps it might be useful to others) but it doesn't really address the underlying problem so I won't open a PR. |
Hello @devgeeks thanks for such a great plugin. We have a confirmed issue where we have an app with privacy screen plugin installed our input fields are acting up. When users tap in an input field - field receives focus but keyboard does not open. The only way to get a keyboard up is to double tap on the input field.
This is happening on multiple ios versions - 9.3 and 9.2.1
If I remove the plugin inputs in the app behave normally - user taps on an input and keyboard appears. If i add the plugin back in the issue is back.
Plugin versions that seem to cause the issue
0.1.3
and0.1.2
The text was updated successfully, but these errors were encountered: