Back button event is not being fired in Enterprise browser in Windows Mobile using Webkit engine.
To test this bug, I have created a test page with following code. It worked for other keys except for "bksp".
When I use backspace key while focus is on a text field, then it seems to work. Following is my code which is pretty straight forward
function CallB(event) {
alert(event.keyCode);
}
$(window).on("keydown keypress keyup", CallB); //I also tried $(document)
Test Enterprise
Specifications:
Device: MC9190
EB Version: 1.3.17.0
Engine: Webkit
2 Replies
A bug in EB 1.3 might be effecting you.
The workaround is to set a value of '1' in the tag in the config.XML.
Here's the relevant section of the guide:
http://ebzebra.github.io/docs/1.3/index.html#guide-configreference?Func…
Hi Saad:
I suggest logging a call with support for this one. You might also try on-device debugging with Inspector, which works with Windows Mobile and the Zebra Webkit.