mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo is unplayable on an iPad because keyboard is missing

lvignals opened this issue · comments

you need to find a way to force the keyboard to appear inside iOS if it is required for controls.
For example the game demo at http://mozilla.github.io/shumway/examples/racing/ is executing fine on an iPad but because the keyboard is not visible it is no playable on an iPad. How do you plan to deal with that problem?