azerion / phaser-input

Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
MIT License
201 stars 64 forks source link

Keyboard won't appear with Cocoon.js (Canvas+) #33

Open area-net-gmbh opened 7 years ago

area-net-gmbh commented 7 years ago

I have rendered a mobile app for ios with https://www.ludei.com/cocoonjs/. On mobile browsers the keyboard will appear, but in the Cocoon-App the keyboard won't appear (input field has focus, cursor is blinking).

Tested on

AleBles commented 7 years ago

Yep, for Cocoon you still need to call Cocoon's keyboard API, haven't actually gone around to implement that