We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I am trying to make an app which allows for the user to input numbers using keyPressed(). In Firefox pressing the backspace key will remove a character but on Chrome it just goes back a webpage. Is it possible to disable this from happening?
Thanks, Zac
Answers
It's a browser "feature" and can only be disabled by user's intervention!
Perhaps "left arrow" key can be a good alternative... 8-X
http://studio.ProcessingTogether.com/sp/pad/export/ro.9Zo$UbIWYZEDR
Damn. Thought it might be toggle-able using javascript of some sort