Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGwt mobile - How can you add DONE feature to Android keyboard ?

    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
Working...
X