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
@elatif2020 In iPhone the entire content is pushed up when the keyboard is open regardless of whether the header is sticky or fixed, it's in the iOS level. The only way to make the header still appear after the keyboard is open is to add event listener to check whether the header is off the screen and dynamically place the header lower. Honestly I don't think it's worth adding extra logic and calculations for this. Here is the article that explains this https://www.codemzy.com/blog/sticky-fixed-header-ios-keyboard-fix
@elatif2020 In iPhone the entire content is pushed up when the keyboard is open regardless of whether the header is sticky or fixed, it's in the iOS level. The only way to make the header still appear after the keyboard is open is to add event listener to check whether the header is off the screen and dynamically place the header lower. Honestly I don't think it's worth adding extra logic and calculations for this. Here is the article that explains this https://www.codemzy.com/blog/sticky-fixed-header-ios-keyboard-fix
Hi
thanks @roienatan .
I copied your message to the relevant Common stream. Maybe it'll be better to discuss it there also with Matan and Amnon.
Generally I think we should do it (unless we find another solution...)
The header should be sticky
The text was updated successfully, but these errors were encountered: