OpenTripPlanner-for-Android icon indicating copy to clipboard operation
OpenTripPlanner-for-Android copied to clipboard

Problem with date & time spinners and ScrollView

Open vreixo opened this issue 11 years ago • 0 comments

If the screen is too small and the date and time spinners don't fit entirely in the screen is very difficult to move them (only good solution is to press on them and set with the popup keyboard the values) because the drags on the screen move all the layout instead of the spinner values.

My guess is that the ScrollView is talking all the touches instead of the ScrollSiew.

This problem is present in a Huawei G300 device with Android ICS, my other test device Sony Xperia P with Jelly Bean 4.1.2 moves correctly the spinner if it's clicked and moves the layout if what is pressed is the area outside of the spinner.

The screenshot is for the Jelly Bean device because I don't have access right now to the other mobile, but I think that would help to understand the situation.

screenshot_2013-09-25-18-04-37

vreixo avatar Sep 25 '13 16:09 vreixo