Back button event is not being fired in Enterprise browser in Windows Mobile using Webkit engine

// Expert user has replied.
S Saad Nisar 2 years 11 months ago
23 2 0

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

Please register or login to post a reply

2 Replies

E Edward Correia

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…

E Edward Correia

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.

CONTACT
Can’t find what you’re looking for?