Touchscreen device input
Does the component input work okay with touch screen devices running Phaser wrapped inside of Phonegap/Cordova ?
Does the input component trigger the on screen keyboard to appear for example ?
Yes, it's working just fine with cordova :) I'm currently using it in production with cordova + cocoonJS Webview+ (it also work fine with default cordova webview)
Note that the behaviour is slightly different in touchscreens : when you click an input control you'll get a pop asking you to type the text (you'll not type the text directly in the input like on desktops) ... this is actually the only way to enter text using HTML5 while keeping maximum compatibility with native features.