-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
History back issue while using iOS Safari #3658
Comments
I delved into this bug out of curiosity.
In essence, the swipe-back on mobile devices uniquely engages the I have found a solution to this issue but am researching for a potentially better approach. Additionally, I plan to investigate and address the following
Would it be okay to submit a PR once all these points are thoroughly examined? Thanks! *It's noted that this cache differs from the standard caching as it only caches the HTML code. |
Yeah PRs are welcome. But I'm not seeing this issue with https://vuejs.org/, what are we doing different here (other than theme) 👀 |
This information is crucial. 😄 I checked the docs repository on the official website of Vuejs.org and found that they are using version rc.33, which is a breakthrough point for this issue. I tried to fix it and submit a PR #3671 . |
Describe the bug
When using iOS Safari, if you move to the actions link on the home page and then swipe history back, clicking on the elements on the home page is interrupted once.
Works fine from the second touch.
Reproduction
home > click action button > swipe history back > click action button
Expected behavior
No response to action button on home page after history back.
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: