How can I remove focus from canvas and give it to input fields in my HTML? Currently the canvas retains focus even though I'm actively clicking on HTML text inputs. Therefore it is actually impossible to even write something into them.
Ideally it would lose focus when my mouse is outside of the div
it is in.
Solution:
Had this in my IO.js file...
Really stupid problem, sorry to bother you with it.