You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #5 is marked as fixed but as of Android 4.0 the behavior is back.
I have the latest version of the Wheel but running on a real device (Samsung
Galaxy SII) with Android 4.0.4 the Wheel scrolls inside a ScrollView but it is
VERY unresponsive. I need to make sure to click precisely in the center of the
wheel hold my position for a moment and slowly scroll. With the same wheel
outside of the ScrollView it functions flawlessly.
My layout:
--------------main layout
LinearLayout
ScrollView
LinearLayout
-----------------compound control layout
LinearLayout
WheelView
WheelView
WheelView
Not sure if it matters but the direct parent of the wheel is not the ScrollView
so the call to getParent().requestDisallowInterceptTouchEvent(true) might not
be working properly. The WheelView is inside a compound control and I believe
the parent LinearLayout is being merged into the next parent so the end result
overall is only 2 LinearLayouts not 3 (I could be mistaken about that).
I tried to put a while loop in its place that recursively went through all
parent checking for ScrollViews and making the appropriate call as needed but
this didn't work either.
Original issue reported on code.google.com by akuse...@gmail.com on 4 Feb 2013 at 6:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
akuse...@gmail.com
on 4 Feb 2013 at 6:31The text was updated successfully, but these errors were encountered: