-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Mobile Scroll Gesture not working for Scrollview #728
Comments
In the case, it looks like Android framework itself has the behavior. Appium provides some possible workarounds: https://github.com/appium/appium-uiautomator2-driver?tab=readme-ov-file#mobile-scroll w3c actions example: I prefer to use w3c actions (which is low level input events) to avoid depending on Android OS/library's their own internal behavior like doesn't work only for a specific case |
Scroll down is not working for RecyclerView and Layouts inside ScrollView in Android while using Appium(v2.4.1 and above i tried). |
When using in Java |
I found it for IOS too, may i know how to solve this? |
When trying to scroll inside a
android.widget.ScrollView
using the Mobile Scroll Gestures the method directly returns false and thus stopping the scrolling.Inspecting the element with Appium Inspector reveals that the element should be still scrollable:
The method is working totally fine, when scrolling a
android.widget.ListView
orandroid.widget.RecyclerView
in the same App.Is there an known issue with these types of elements or do I need to use other methods?
appium-uiautomator2-driver-version: 2.42.2
appium-version: 2.4.1
The text was updated successfully, but these errors were encountered: