Layout Challenge When Using Native Date/time Picker On Android 5.1.x
I have a kind of 'catch 22' situation here. I am using Appcelerator Titatium SDK 5.1.2. On Android 5.1.x with a very small screen size I cannot find a solution to correctly select
Solution 1:
Nested scrollable UI components is a recipe for problems. In this case you might want to use the dialog instead.
Solution 2:
Have you tried setting canCancelEvents: false
on the ScrollView? At its default of true, the ScrollView reacts to all events even those of its children.
Post a Comment for "Layout Challenge When Using Native Date/time Picker On Android 5.1.x"