Is there a way to programmatically trigger the virtual keyboard on iOS and Android in PlayN? Something like Gdx.input.setOnscreenKeyboardVisible(true);
in LibGDX.
The best I could find is the Keyboard interface, but from what I can tell, this can only get a whole line from the user, but I need per character (keypress) feedback.