Key and Code values for "enter" key in mobile
My project isn't working on mobile devices. On desktop, it works when the user press "enter" or "backspace" keys, but not on mobile. Is there key and code values for the relative "key" and code event for enter and backspace properties on mobile devices?
code:
5 Replies
`
For "enter" I figured it out to use "e.key" instead
But the same doesn't work for mobile devices
Problem:
see if this helps
https://www.outsystems.com/forums/discussion/33623/javascript-to-detect-enter-key-press-in-mobile-app/
Javascript to detect Enter key press in Mobile App | OutSystems
Javascript to detect Enter key press in Mobile App
I've solved about enter already (and keyCode is deprecated)
I'm having trouble with backspace