JS not working (not displaying the message "back") if show keyboard and press "back". Works with the second press - when keyboard is hidden.
document.addEventListener("tizenhwkey", function(ev) {
if (ev.keyName == "back") {
alert ('back')
}
})
JS not working (not displaying the message "back") if show keyboard and press "back". Works with the second press - when keyboard is hidden.
document.addEventListener("tizenhwkey", function(ev) {
if (ev.keyName == "back") {
alert ('back')
}
})
Copyright © 2021 Jogjafile Inc.