Is there a way in EmberJs to disable the backspace
key, so it doesn't navigate back in the browser history?
Currently using EmberJs 2.0
I did find this possible answer:
https://stackoverflow.com/a/1235723/1913888
But one trick to this, is that a backspace
action should work for example in an input box, but not for navigating back in the window history.
Thank you