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
When the keyboard is opened with the resize mode native and then the resize mode is switched to none while the keyboard is still open, closing the keyboard results in a black box since the web view is not reseted to its original bounds.
Expected Behavior
Even when changing the resize mode back and forth, the web view should be displayed correctly.
Code Reproduction
This can be i.e. fixed by adding a reset of the frame if the resize mode is "none".
cornelius-behrend
changed the title
iOS: Keyboard is not resizes properly when resize mode is changed from native to none
iOS: Keyboard is not resized properly when resize mode is changed from native to none
Oct 22, 2024
This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.
Bug Report
Plugin(s)
@capacitor/keyboard 6.0.2
Capacitor Version
@capacitor/cli: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
@capacitor/core: 6.1.2
Platform(s)
Current Behavior
When the keyboard is opened with the resize mode
native
and then the resize mode is switched tonone
while the keyboard is still open, closing the keyboard results in a black box since the web view is not reseted to its original bounds.Expected Behavior
Even when changing the resize mode back and forth, the web view should be displayed correctly.
Code Reproduction
This can be i.e. fixed by adding a reset of the frame if the resize mode is "none".
Other Technical Details
Additional Context
The text was updated successfully, but these errors were encountered: