Closed websystemtechnology closed 2 years ago
I don't have iPhone 12 or higher to test. Do you mean that the same app works fine on iPhone 11 or lower?
Yes, the problem starts with iPhone 12 and later
Is the com.gluonhq.charm.glisten.control.DatePicker component to be used only in a Dialog or is there a way to use it as a node in a view? Is DatePicker the only component to display a calendar and select a date or is there another component?
With iPhone 12 or higher, the DatePicker window blocks its execution when the showAndWait method is called, without showing exceptions and without opening its dialog. In addition, it is no longer possible to go back but you must necessarily close the app. https://docs.gluonhq.com/charm/javadoc/6.0.6/com.gluonhq.charm.glisten/com/gluonhq/charm/glisten/control/DatePicker.html
I have attached the log of the run made on an iPhone 12. By clicking on the central button that should open the calendar for choosing the date, the app freezes and I can do nothing but close it. Run_Iphone12.txt
this is the example project: project_test.zip