Edit limit issue with Google Keyboard in App Gatekeeper

Its possible with recent Google Keyboard, the usage limit cannot be edited, because the EditText keeps losing focus !?

From observation, this seems to be caused by the keyboard changing size, it first shows a normal keyboard, and then it will change to show a number keyboard (App Gatekeeper requests a number EditText). When the keyboard changes size, the app's ListView changes size.

There are 2 workarounds:

  1. use some other android keyboard.
  2. use updated App Gatekeeper where the EditText requests a text EditText, it will show a normal Keyboard, it works but number entering is more cumbersome. (Warning: previously working keyboard may fail if it now cause the keyboard to change size)

In the next update, an internal number keyboard will be implemented to avoid this issue with external keyboard. Meanwhile, the workaround App Gatekeeper (version 1.1.1) is released.


Past release:
App Gatekeeper updated to version 1.1

Comments

blog comments powered by Disqus