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
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v4.x
v5.x
v6.x
Nightly
Current Behavior
When the keyboard is dismissed the tab bar temporarily flashes on the screen as it is unhidden before the webview has expanded back to the full size of the viewport.
The tab bar should not be unhidden until the web view has expanded back to its full size so that the tab bar does not flash in the center of the screen.
Prerequisites
Ionic Framework Version
Current Behavior
When the keyboard is dismissed the tab bar temporarily flashes on the screen as it is unhidden before the webview has expanded back to the full size of the viewport.
Simulator.Screen.Recording.-.iPhone.14.-.2022-09-22.at.13.55.17.mp4
Expected Behavior
The tab bar should not be unhidden until the web view has expanded back to its full size so that the tab bar does not flash in the center of the screen.
Steps to Reproduce
Use the default capacitor keyboard config:
This happens on any page with an
IonTabBar.Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.20.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/react 6.2.8
Capacitor:
Capacitor CLI : 4.3.0
@capacitor/android : not installed
@capacitor/core : 4.3.0
@capacitor/ios : 4.3.0
Utility:
cordova-res : not installed globally
native-run : 1.7.0
System:
NodeJS : v16.14.2 (/usr/local/bin/node)
npm : 8.7.0
OS : macOS Monterey
Additional Information
No response