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
In my projects i am using none resizing and control to control all by my self, it's right way to do app without keyboard glitch for users.
And for android i use "adjustPan", but for newer android it not working, but works with "stateHidden|adjustPan|adjustNothing". A bit strange adjustNothing not available in docs, i found it in some stack overflow question few days ago.
For smooth animation, when keyboard open, I inject css variable
Review body resizing for iOS / Android with all:
capacitor / cordova / web
iOS / Android
Determinate a reason of resizing and prevent it.
Memorize setHeight position for opened keyboard to bounce back on hide
Add proper height value to offset on start click (in case of dragging after setHeight with keyboard)
The text was updated successfully, but these errors were encountered: