-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bug when opening keyboard with alert being open #1257
Comments
yes, please, provide a sample app, I can't reproduce |
https://github.com/lassesteffen/capacitor-ios-alert-bug Run |
I can reproduce on latest beta, but not on master, so closing as fixed |
How would you go about testing an app against master? I'm having the same issue, but |
You can clone the project and change the Podfile to point to your clone folder instead of to node_modules. |
Might be related to #1045
Description of the problem:
When opening an keyboard with an alert open, the alert moves and an white overlay appears (check image below)
Affected platform
OS of the development machine
Other information:
Using Vue 2.6.7, @ionic/core 4.0.2
Capacitor version:
"@capacitor/core": "^1.0.0-beta.17",
"@capacitor/ios": "^1.0.0-beta.17",
node version: 11.3.0
npm version: 6.8.0
CocoaPods version: 1.5.3
Steps to reproduce:
If you need I can provide you with additional code.
The text was updated successfully, but these errors were encountered: