iPhones already have an implicit DONE feature on their keyboard that activates Blur handle on FormItems of SmartGwt mobile library (smartgwt-mobile.jar 14 apr 2016)
How can we add this to Android Keyboards ?
Something like
textView.setImeOptions( EditorInfo.IME_ACTION_DONE);
I found an workaround with using 2 fields --> {Prev} and {Next} Android buttons are activated and I do some tricks from here.
But {Done} is the real thing
How can we add this to Android Keyboards ?
Something like
textView.setImeOptions( EditorInfo.IME_ACTION_DONE);
I found an workaround with using 2 fields --> {Prev} and {Next} Android buttons are activated and I do some tricks from here.
But {Done} is the real thing