How can I make my Processing.js applet activate the virtual keyboard in Safari/iOS?
in
Processing with Other Languages
•
1 year ago
I'm working on an applet that requires keyboard input, and using Processing.js so it will work in the widest variety of contexts. Here's an earlier one I published using the same methods, just for an example:
http://otherthings.com/apps/judder1/
I'm able to get this to run in Safari in iOS (e.g. on my iPhone) just fine. But I can't get keyboard input to work, because clicking on the applet doesn't bring up the virtual keyboard.
The example above could be redesigned to not require keyboard input (e.g. I could have mapped the parameters to mouse X and Y.) But the one I'm writing now really does require keyboard input, because it's all about text.
Does anyone know how to make this happen?
http://otherthings.com/apps/judder1/
I'm able to get this to run in Safari in iOS (e.g. on my iPhone) just fine. But I can't get keyboard input to work, because clicking on the applet doesn't bring up the virtual keyboard.
The example above could be redesigned to not require keyboard input (e.g. I could have mapped the parameters to mouse X and Y.) But the one I'm writing now really does require keyboard input, because it's all about text.
Does anyone know how to make this happen?
1