-
Notifications
You must be signed in to change notification settings - Fork 457
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
Unable to scroll down the page through image #53
Comments
Works for me (i.e. I can scroll the page by using the mouse's wheel when the cursor is on a zoomed image) in Firefox 29.0.1 on Windows 7 Professional Service Pack 1 64-bit. I tested it on http://www.jacklmoore.com/zoom/ |
Works fine on desktop but doesn't work on mobile devices. I am using swipe slider on that I am using this zoom functionality. On Also if I comment this its scroll through image but then image doesnt move inside scroll area on Please Help. I'm badly stuck in it. Thanks. On Wed, Jun 11, 2014 at 11:27 PM, Mithgol [email protected] wrote:
|
Let's experiment further. What if you comment only the |
Ya it works fine for me. Thanks a ton. Thanks alot. If anything will let u Thanks. On Thu, Jun 12, 2014 at 11:51 AM, Mithgol [email protected] wrote:
|
Its working fine but coz of scroll coming while zooming not able to Is there any way that i disable the scroll while zooming and enable it PLease help.... On Thu, Jun 12, 2014 at 12:01 PM, kiran patel [email protected] wrote:
|
Please Help. I'm badly stuck in it. |
the problem is while zooming inside its calling on touchmove function and when scrolling through the image also its calls touchmove so putting e.preventDefault(); disables the scroll for the entire page. |
Okay, I've got another idea: jQuery Zoom homepage mentions that you may set |
Can u please explain in detail? On Fri, Jun 13, 2014 at 3:03 AM, Mithgol [email protected] wrote:
|
|
Hi Mithgol, I've just encountered the same issue in my app (can't scroll on mobile). I've tried your last suggestion and it didn't work for me. is there something new with this ? Thanks! |
Unfortunately, that's all I've got; I don't have any other ideas to discuss. |
I'm looking into this same issue to prevent touch screen users activating the zoom when trying scrolling past the image. It's a real user experience issue that needs a solution. I'm proposing a new mode whereby touch screen users must tap once to activate 'zoom mode' before they touch the screen again to move the zoom view. This is how some other image zoom tools seem to work and I'm not sure there's a better way for touch screens. I'll submit a PR soon hopefully. |
Maybe we need disable plugin on using mobile device? |
Any progress on this? @kevin-jones proposal sounds as a native experience. |
As three months of silence can tell us quite obviously, there's no visible progress on this. Therefore, if someone is willing to implement that good idea of @kevin-jones and has some time for that — well, you're welcome. |
you can use this style {{touch-action: initial;}} |
Currently the W3C spec of |
There's a workaround if you're ok using click instead of grab.
|
When I'm using zoom functionality, its working perfectly fine but I am not able to scroll down the page through image. The page doesnot scroll down when trying to scroll through image.
Please help!!!
The text was updated successfully, but these errors were encountered: