Open nicksterFL opened 5 years ago
What version of Readmore.js are you using? What mobile OS/browser?
Oh yes this is an issue I am dealing with now. Ill post the link for the fix when I find it....
Would it be possible for either of you, @pcross1986 or @nicksterFL, to give version 3.0 a try? https://github.com/jedfoster/Readmore.js/tree/version-3.0
Just saw this... I will let you know when I use version 3
seems to be fixed in v3.0.0-1 (beta)
Hi, I'm having this issue both on IOS (Safari and Firefox) and Android. If I use the DevToolbar on a desktop browser, and simulate an iPhone, for instance, the issue does not present itself, but when I test it on physical devices, the issue persists. I'm using the latest Readmore version available on GIT, and have tried to implement the solution posted by pcross1986 with no practical results. Anyone managed to tackle this yet?
@GuySilva I ran into the same problem. I cannot solve it. My device iOS safari browser! @jedfoster help
@GuySilva @vezhevich @nicksterFL @pcross1986 it can be fixed by adding the following css:
html,
body {
-webkit-overflow-scrolling: touch;
}
@kevinblackdesk sorry, it doesn't solve the problem
@vezhevich what about
html,
body {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
I don't know why, but touch scrolling produce 'resize' event.
Now I just delete string window.addEventListener('resize', resizeBoxes);
from readmore.js and it solves the problem.
I don't know why, but touch scrolling produce 'resize' event. Now I just delete string
window.addEventListener('resize', resizeBoxes);
from readmore.js and it solves the problem.
how version you use?
I don't know why, but touch scrolling produce 'resize' event. Now I just delete string
window.addEventListener('resize', resizeBoxes);
from readmore.js and it solves the problem.how version you use?
2.1.0
Is there any progress? I also encountered this on iphone safari
same problem for us - only on Android devices
for some reason the readmore container will collapse on mobile when a user scrolls. If you click the readmore element to expand the container, then scroll on mobile, the container will collapse, while the element still says "read less".
thoughts?