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
Mobile Safari currently does not support the forward/backward swipe-gestures that can be usually used to navigate
the browser history, when the app is in standalone-mode as an installed PWA
As this is an expected pattern in most modern apps we should rebuild the experience by hand.
We can use window.navigator.standalone to enable the behavior only in the PWA
The text was updated successfully, but these errors were encountered:
Mobile Safari currently does not support the forward/backward swipe-gestures that can be usually used to navigate
the browser history, when the app is in
standalone
-mode as an installed PWAAs this is an expected pattern in most modern apps we should rebuild the experience by hand.
We can use
window.navigator.standalone
to enable the behavior only in the PWAThe text was updated successfully, but these errors were encountered: