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
With edge-to-edge mode enabled via the plugin, opening the keyboard does not trigger a resize of the WebView. As a result, content near the bottom cannot be scrolled into view, breaking the user experience for forms and interactive elements.
As shown in the video, inputs and the footer are hidden, and scrolling is not possible when the keyboard is open.
In Capacitor v6, with edge-to-edge disabled and without targeting API level 35, the WebView automatically resizes when the keyboard appears, allowing the user to scroll and access all content properly.
edge-to-edge-bug.mp4
Expected behavior
The plugin should allow the WebView to resize or adjust its layout when the keyboard is shown, maintaining accessibility for inputs and other bottom elements.
Plugin(s)
Version
7.1.0
Platform(s)
Current behavior
With edge-to-edge mode enabled via the plugin, opening the keyboard does not trigger a resize of the WebView. As a result, content near the bottom cannot be scrolled into view, breaking the user experience for forms and interactive elements.
As shown in the video, inputs and the footer are hidden, and scrolling is not possible when the keyboard is open.
In Capacitor v6, with edge-to-edge disabled and without targeting API level 35, the WebView automatically resizes when the keyboard appears, allowing the user to scroll and access all content properly.
edge-to-edge-bug.mp4
Expected behavior
The plugin should allow the WebView to resize or adjust its layout when the keyboard is shown, maintaining accessibility for inputs and other bottom elements.
Reproduction
https://github.com/luisbytes/edge-to-edge
Steps to reproduce
Other information
No response
Capacitor doctor
Installed Dependencies:
@capacitor/cli: 7.2.0
@capacitor/android: 7.2.0
@capacitor/core: 7.2.0
Before submitting