-
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
ion-scroll horizontal scroll not working on Android & Browser #9761
Comments
Having the same issue. This worked on rc3 and stoped on rc4 |
Yes Me To Having the same issue. This worked on rc3 and stoped on rc4 |
Hello! What version of Android are you guys experiencing this issue on? Unfortunately i cannot reproduce this issue on a Moto X 2014 running Android 5.1.1, Nexus 7 running Android 6.0.1 or a Nexus 6 running Android 7.1.1. |
Hey @jgw96 Well Im using Samsung Android 6.0.1 And Samsung Android 5.0.1, My Code
RC3 Worked 100% |
Hello, @jgw96 ! I'm using Huawei Honor 7 with Android 6.0. I temporarily fixed this issue in my app by adding following line to the .scss file |
Hello everyone! Is this still an issue with the 2.0 release yesterday? |
Hello @jgw96 ! Still having the problem. App is running on the Android but debugging with Chrome developer tools. This time I'm using Galaxy J5 with Android 6.0.1. Ionic is updated to version 2.0.0. I recorded short video to YouTube: https://youtu.be/qdHWyQbrJWI |
Hi, did anyone get this fixed? |
Still having this problem for me in the browser with 2.0. Edit: Realized it works with a two finger scroll on my track pad, but not with a click and drag or a scroll using my usb mouse. |
Any answers to this, it was working in rc5 but not working in 2.1.0, any fixes yet? |
Hi here, having this problem too. Still nothing to fix it ? I even try the fix proposed with touch-action but it doesn't work. |
can you please @Arnaud49 provide us your code ? cz for me now its worked like a charm |
I still have this bug. Anyone managed to get it working on > 3 ? |
Still an issue in Ionic 3.92 on Android devices. Inspired by hammerjs/hammer.js#1050 (comment) I needed x-y pan and this SCSS worked for me:
|
Some update for this bug? |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#155 |
Ionic version: (check one with "x")
[ ] 1.x
[X] 2.x
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
I have the following code in my app:
It should allow to scroll horizontally but it's not working on Android. With iOS everything goes fine.
It generates the following HTML:
touch-action: pan-y;
Expected behavior:
It should generate:
touch-action: pan-x;
Ionic info:
The text was updated successfully, but these errors were encountered: