Hey Community,
I want to deactivate the overscoll effect of two StdViewPagers. Because it is the same effect like on Scrollviews I tried that method:
Sadly that doesn't work. The crash is because of: java.lang.NoSuchMethodException: setOverScrollMode [int]
Is there maybe another way to deactivate that overscroll? It's important to me to not have that overscroll in my app
I want to deactivate the overscoll effect of two StdViewPagers. Because it is the same effect like on Scrollviews I tried that method:
B4X:
Dim r As Reflector
r.Target = ViewPager
r.RunMethod2("setOverScrollMode", 2, "java.lang.int" )
Sadly that doesn't work. The crash is because of: java.lang.NoSuchMethodException: setOverScrollMode [int]
Is there maybe another way to deactivate that overscroll? It's important to me to not have that overscroll in my app