-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: ion-scroll zoom does not work. #5790
Comments
This bug also seems to happen on ionic v2: #5707 |
I have the same problem, no zooming work. android version: 4.1 and above.
Thanks... |
Seeing the same thing here on Android also, here are my details in case they help: Android: 5.0 The below code is within an ion-slide-box in case this has anything to do with it. Was working in earlier 1.2.* versions.
|
I got the same problem with
|
Had same problem, finally found the solution here
Fixed example: http://codepen.io/anon/pen/grxMvQ |
@qwerdy Im glad a solution was found! Thanks everyone! If this solution does not fix your issue feel free to comment! |
Thank you! I think this should be added to the api docs on ion-scroll. |
@qwerdy's solution worked fine for me! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: bug
Ionic Version: 1.x
Platform: android 5.0 webview
On pinch to zoom the scroll container should zoom in, but that does not happen.
This was working on 1.2.1(http://codepen.io/ankitjain11/pen/LNVVdL/), but not working on 1.2.4(http://codepen.io/ankitjain11/pen/QNbbxX)
Please let me know, if, my implementation is wrong, or, if more information is required.
Thanks,
The text was updated successfully, but these errors were encountered: