Don't use Date & Time Picker anywhere other than iOS. Use a separate Date
picker and Time picker as Android doesn't support both in a single widget.
Since this isn't supported natively it falls back to the problematic code
that runs in the simulator.
The way to detect this in code is:
if(Display.getInstance().isNativePickerTypeSupported(Display.
PICKER_TYPE_DATE_AND_TIME)) {
...
} else {
...
}
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/c7d7f7a9-e059-4a0c-941c-3bb9a5453639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.