On many devices if you proceed without closing the keyboard on android then 
that area of the screen is black and redundant on the next form. It is as 
if something big has change din android keyboard stuff, I expected this to 
be the solution but it still happens:

 Display.getInstance().callSerially(new Runnable() {
                public void run() {
                    _("closekb");
                    
 Display.getInstance().setShowVirtualKeyboard(false);//1.2.4 close 
keyboard, it stays open on some devices and ends up taking over half the 
screen!!!
                }
            });

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/d3ecc489-dfcc-47a0-9a23-d16aad0d8fd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to