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
This is because window.innerHeight has not been updated when an orientationchange event occurs. There is a workaround below, but I'd like to see it implemented in the library.
Not working for iOS Chrome 74.0.3729.155.
This is because window.innerHeight has not been updated when an orientationchange event occurs. There is a workaround below, but I'd like to see it implemented in the library.
Workaround:
See this for the orientationChanged function: https://stackoverflow.com/a/44579732
The text was updated successfully, but these errors were encountered: