EZGUI icon indicating copy to clipboard operation
EZGUI copied to clipboard

Touchscreen device input

Open budda opened this issue 10 years ago • 1 comments

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 ?

budda avatar Sep 05 '15 23:09 budda

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.

alaa-eddine avatar Sep 06 '15 15:09 alaa-eddine