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
On our website, we have a closing button of a modal whose clicking should trigger router.back(). This works perfectly in chrome and firefox. Unfortunately, a colleague could not make it work with either safari 11.1 or iOS.
For the time being, I hide the button when the browser is safari.
Thanks!
System information
mac OS / iOS
safari 11.1
Version of Next.js: 9.5.1
The text was updated successfully, but these errors were encountered:
Please always follow the complete issue template otherwise issues become impossible to investigate. Please provide a clear and concise reproduction in a github repository.
Sorry for not providing a reproduction repository! I will make sure to do it next time.
The bug was actually provoked by a silent fail from a contemporary window.navigator.vibrate, undefined in both versions (desktop / iOS) of safari. So "issue" closed.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 29, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Could be related to #9851
On our website, we have a closing button of a modal whose clicking should trigger router.back(). This works perfectly in chrome and firefox. Unfortunately, a colleague could not make it work with either safari 11.1 or iOS.
For the time being, I hide the button when the browser is safari.
Thanks!
System information
The text was updated successfully, but these errors were encountered: