-
Notifications
You must be signed in to change notification settings - Fork 9.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
Product view page scrolls up randomly on mobile device #21717
Comments
Hi @xiaolinwuu. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @xiaolinwuu do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
I found out the scroll up takes place only on mobile chrome application, I think the issue is caused by the chrome topbar that shows/hides when we manually scroll the page |
The issue was in the two elements of the fotorama widget: They have top: 50% and position: absolute, so when chrome topbar shows/hides, the page suddenly jumps to the top. I solved the problem extending the following css:
|
Hi @shikhamis11. Thank you for working on this issue.
|
@magento-engcom-team give me 2.3-develop instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @shikhamis11, here is your Magento instance. |
@shikhamis11 Thank you for verifying the issue. Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
Once all required information is added, please add label |
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@magento-engcom-team give me 2.3-develop instance |
Hi @webkul-ajaysaini. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @webkul-ajaysaini, here is your Magento instance. |
Closing this as a dupplicate of #10518 |
Hi @xiaolinwuu. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
In the product view page when I scroll down a little bit, sometimes (very often) the page scrolls to the top.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
This is the effect:
https://www.youtube.com/watch?v=aKwLVwIMrpM
The text was updated successfully, but these errors were encountered: