Virtual Keyboard in web app

edited October 2014 in JavaScript Mode

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

  • edited October 2014

    We can create ".js" tabs besides ".pde" 1s. You can write some JS functions there and call 'em from main sketch. <):)

Sign In or Register to comment.