mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 397 forks source link

Demo is unplayable on an iPad because keyboard is missing #2427

Open lvignals opened 8 years ago

lvignals commented 8 years ago

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?