I created a dialog using one of the Dialog.show() methods, and I discovered that my Android's back button doesn't dismiss the dialog. This breaks the convention of the back button, which should always dismiss a dialog. Your API doesn't even specify what the return value should be when the back button is pressed. Was this an oversight? Or is this by design? Is there a way to get the back button to work?
The method was Dialog.show(String title, String text, Command[] cmds, int type, Image icon, long timeout). I built this on Mac OSX 10.11.5, and saw it on the Simulator and an Android Moto E (2nd Generation) running Android 5.1. -- 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/21142b7c-5edd-421e-9bf2-4fa1e994a959%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
