-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAGETWO-55608: [GITHUB] M2.1: Not scrollable picture on mobile / prod…
…uct page #5302
- Loading branch information
1 parent
9e93eed
commit 7597a52
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Guys,
Is there any fix update on this issue? I still encounter this problem on my magento 2.1.1 mobile template on product view page.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jessp855 i tried this fix and it works.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this works when js files are not minified nor concatenated. However in a production type environment the issue is still present.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on 2.1.2 production environment.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can´t get it to work on production environment. In my test account was fast and simple.
I have done this:
Is this correct?
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucasalfaro /magento2-base/lib/ js files are not executed, they are copied from composer to /lib/, so is useless change them.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applying this commit as a patch to my environment fixed the issue for me. I tested while Magento was in production mode. I have JS merging set to "Yes", but I have JS bundling and minification set to "No".
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After replacing the following files on M2.1.1 on dev environment, with no cache enabled. Fix is not working. At least, not for everyone.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixed our problem after setting the Minify Javascript Files to No in Magento settings.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmtakahashi Yes still working on Android phone + Chrome incognito mode after reloading page multiple times.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kunzi thank you. this must be a bug in my Magento 2.1.2, or something to do with the iphone. After 1 reload (slider scroll stopped working). I will remove my comments.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks , this works on Magento 2.1.2.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, its working in Magento version 2.1.2.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not working for me in Magento version 2.1.2.
7597a52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you change in above js files, make sure you have removed pub/static/frontend folder and deployed content. It might cache issues of browser.
php bin/magento setup:static-content:deploy