We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a web-based app that uses some text input. When accessed via mobile, the text input doesn't work, because the virtual keyboard doesn't come up. Any idea how to trigger that for mobile? I know you can do it with javascript, but my app is entirely written in processing.js and I'd like to keep everything inside the canvas.
Answers
We can create ".js" tabs besides ".pde" 1s. You can write some JS functions there and call 'em from main sketch. <):)