@ar2rsawseen Ah, I completely missed those (KeyCode is not the most striking name :P), thx @petec! How would I call the keyboard close action from LUA though?
The problem is that to get InputMethodManager you should use generic function that returns object and cast it to InputMethodManager class, which is not yet supported. But...
The awesomest part about the bridge, that if you don't know, or can't (as in this case) run some specific Android code in lua, you can easily create method for it in GBridge.java class (or create your own class with static methods), like this:
Comments
http://stackoverflow.com/questions/1109022/close-hide-the-android-soft-keyboard
Will need to experiment on what works better
But about back button, then yes, what @petec says (there is even an example in docs )
How would I call the keyboard close action from LUA though?
The awesomest part about the bridge, that if you don't know, or can't (as in this case) run some specific Android code in lua, you can easily create method for it in GBridge.java class (or create your own class with static methods), like this: