-
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
[2.1.0] Problem on mobile when catalog gallery allowfullscreen is false #5808
Comments
This is the second bug that I have noticed that impacts customer experience on mobile. If you inadvertently tap the product image while attempting to scroll you basically render your site inaccessible until you refresh the page. @ilol any updates on this. TY |
We have fixed #5302 (internal MAGETWO-55608 ) |
@Hyroniemus can you please share the link to your site. In PM if you want. Thanks |
@peec , can you please share the link to your site (if it is live). In PM if you want. Thanks |
Unable to send private messages, what about the email in your profile? |
It works! |
anyone fixed this bug? |
The bug is fixed. Wait for mainline appearance |
Sorry, mistake. The issue is nor fixed yes. This is tracking number: MAGETWO-59075 |
@ilol thx for update. |
That is our internal system, I can`t grant access to you |
yes i understand, hope you fix this early, thx |
@ilol will a fix for this be present in the next release? |
We can`t reproduce it |
Using an android device this bug is still present. I haven't been able to test on other mobile devices. |
Will test with Android. |
Android 5.1 |
Same happens for me but on desktop view (laptop with touchscreen if that somehow changes things). With mouse clicks and touch. |
@ilol any update on this? |
Any news about this? This is a huge bug for UX. |
@ilol Is there any update/news on this issue? I have Fotorama issues as well for mobile users and would like to see it solved. I mean, it should be possible to figure something out in 4 months, right? |
Same Problem here. Costumer isn't very happy about this behaviour... |
Give magic zoom a try. It's a paid extension, but it works well. Fotorama has issues on mobile. |
@jupiter01 I totally agree. We use it since a couple of weeks now and it's really great. @magento-team, maybe you should consider this instead of Fotorama? |
Bug still exists in Magento 2.1.3. Solution to fix this: in lib/web/mage/gallery/gallery.js This prevents the fullscreen view to open when fullscreen is disabled. |
Suggested fix in pull request here: #8434 |
…when catalog gallery allowfullscreen is false #5808
@Crossmotion @peec #8434 is accepted, can the issue be closed? |
@vrann, Fine for me. Thanks for processing the fix so fas! |
Hi! Thank you very much. |
Internal ticket to track issue progress: MAGETWO-64250 |
Hi @peec. Thank you for your report. The fix will be available with the upcoming 2.1.14 release. |
[TSG] Fixes for 2.3 (pr138) (2.3.6-develop)
This is repost of #2818 since that one got closed due to incorrect bug report guidelines. I have the same issue.
Preconditions
Steps to reproduce
Expected result
Actual result
A white page ( the page-wrapper is hidden ).
I found that in lib/mage/gallery/gallery.js, even when allowfullscreen = false may be preventing the popup, code is still being executed that hides the page-wrapper.
Best case would probably be to check allowfullscreen prior to self.settings.$pageWrapper.hide();
The text was updated successfully, but these errors were encountered: