-
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
Samsung - scroll not working #772
Comments
What version are you using? Is it 0.9.26, or the latest nightly build? |
Both. |
If you copied this entire codepen would it work? http://codepen.io/ionic/pen/JsHjf Could you also post the markup your using the surrounds the list? |
That's what I did : I copied the entire codepen into a simple html page and the scroll is not working. |
I tried to investigate a little bit in the ionic code. |
I recently added a fix where |
@rvanbaalen If it's not related please don't comment here, but instead create a new issue. Since you're so eager to assist, helping to pin-point which commit broke your code and providing code which replicates the issue would be appreciated. |
@adamdbradley I've just tested with the nightly build and I still get the problem : no scroll on the Samsung device. |
@JeanCarriere We've tested our latest changes on an S3 with 4.3 and were not able to replicate this issue. Would you be able to also test it out on your side? http://code.ionicframework.com/#nightly Thanks |
I'm having the similair problems on every galax tab 2 I've tried. Tested it on 3 Samsung galaxy tabs. Cant scroll at all in my app. The scrollbar lights up and thats it. Its not moving, the page is not moving. This problem does not occur on a HTC or other brand device I've tested. But i am running it from an build APK file. Not in a browser. Android version 4.1.1 |
Are you using 1.0.0 beta2? |
Updated yesterday to 1.0.0 beta 1, this didn't fix my problem. This morning I updated to beta 2. The problem still occurs [edit] |
As a workarround we added 2 buttons on the botom. Scroll up and scroll down. This uses ionicScrollDelegate with the function scrollTo. (scrollBy did not work, gives an JS error). This works. So there is a problem handing the dragging on screen. This is not ideal, so I hope there will be a fix. [edit] [edit2] |
Are you receiving any javascript errors at all? Unfortunately we do not have a Galaxy Tab 2 to test on so I'm unable to replicate this issue. |
No. Non at all. Not even from the sdk monitor. [edit] |
Closing as not able to reproduce. I'm testing a list with scrolling right now on a 4.3 S3 and it works just fine. If you can share your app code that would really help. Until then I'm almost certain this is not an Ionic issue. |
I stille have exactly the same problem as npostma on my Galaxy S3. Weird ! |
Same issue on Galaxy S3 4.3. Hm... |
Oops, just realised I raised a duplicate of this in #1433 |
+2, same issue on S3 with 4.3 and Note 2 with 4.1, but fine on HTC 4.4. [Edit] |
Having this problem on HTC tablet, Android 4.2, and some other older devices. |
Having same issue on Note 2, Android 4.4.2... |
Same issue w/ a Galaxy S4 Android 4.2.2. When going from to another route/view with , scrolling on the last view doesn't work. A refresh of the page fixes the issue. Is it something w/ cache? |
same thing on samsung s2 android 4.1.2 |
@Qvatra Can you try this on the nightly build? |
Same problem on Galaxy Tab 3 (Android 4.2.2) and Galaxy Tab 4 (Android 4.4.?) |
@adamdbradley Should this be reopened since there are still some issues on this matter? |
Same issue with my Galaxy S3 on Android 4.3. |
Same issue on A galaxy Tab 2 running Android 4.2.2 with ionic 1.0.0-beta.13 |
@adamdbradley @bensperry Could this issue be reopened since so many people are still experiencing the scroll problem on Android devices? |
@adamdbradley @bensperry I am having the same issue, I am not 100% sure but I think is the touch events, fount this that might help http://stackoverflow.com/questions/2987706/touchend-event-doesnt-work-on-android#answer-4709593 |
Same issue, looks like it comes with some version of android such as 4.1.2 4.2.1 4.2.2 |
Same issue on galaxy s3. :( |
I'm running android 5.1.1 on Samsung Galaxy Tab A (2016). I have implemented a webview and androidpdfviewer and i'm experiencing the scroll issue. This is the sample code
|
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. |
I have a Samsung Galaxy S3 with Android 4.3.
When I open an ionic app in the default Samsung browser, I cannot scroll the pages.
For instance if I copy the code of the list defined on this demo : http://codepen.io/ionic/pen/JsHjf
and I add some items to the list, impossible to scroll the list.
No problem if I use the chrome browser.
If I add overflow-scroll='true' to the ion-content, the scroll is working, but then i get some other problems on the refreshers.
The text was updated successfully, but these errors were encountered: