Hi Ivan similar picker works fine for me on IOS,
did you try dont send null on the line "this.valueTimeText.setDate(null);" ? Best Regards On Saturday, May 11, 2019 at 5:27:11 PM UTC+2, Ivan wrote: > > I'm using time picker as follows > this.valueTimeText = new Picker(); > this.valueTimeText.setType(Display.PICKER_TYPE_TIME); > this.valueTimeText.setDate(null); > > it displays native iOS picker and when I change the value I hit OK. The > value is overtaken to the destination field but picker remains visible. It > does not react on Cancel button and when I hit OK again application freezes > with white screen, see attachment. > What should be wrong with this component. (with light weight version it > works ok) > > [image: unnamed.jpg] > > > IDE: Eclispe > Desktop OS: Ubuntu 16.04 > Simulator > Device Iphone SE 12.2 > -- 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/767114d1-643f-40fd-9389-07b62b9946c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
