Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable back/forward-gesturs in PWA #29

Closed
luhmann opened this issue Feb 15, 2019 · 0 comments · Fixed by #31
Closed

Enable back/forward-gesturs in PWA #29

luhmann opened this issue Feb 15, 2019 · 0 comments · Fixed by #31

Comments

@luhmann
Copy link
Owner

luhmann commented Feb 15, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant