Skip to content

7.0.131

Compare
Choose a tag to compare
@shai-almog shai-almog released this 29 Dec 03:41
· 68 commits to master since this release
Added ability to block the VKB through code

This can be accomplished by defining the property:

Display.getInstance().setProperty("showVkb", "false");

This will block the VKB from showing. It can be se to null to disable this explicit behavior when no longer needed.

Fixed #3774