We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm facing a bug that happens on chrome based iOS browsers. A basic CRUD app with only index and show pages is enough to reproduce.
I have a list of elements, and when clicking on some of it, the scroll position in the next page is set to bottom, as illustrated here :
Deactivating Turbo drive solves the problem.
Note :
You can reproduce the bug by going to demo app, and you can find the demo app source code here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm facing a bug that happens on chrome based iOS browsers.
A basic CRUD app with only index and show pages is enough to reproduce.
I have a list of elements, and when clicking on some of it, the scroll position in the next page is set to bottom, as illustrated here :
RPReplay_Final1707226015.MP4
Deactivating Turbo drive solves the problem.
Note :
You can reproduce the bug by going to demo app, and you can find the demo app source code here
The text was updated successfully, but these errors were encountered: