blackberry / WebWorks

BlackBerry WebWorks for Smartphones is a platform for building deeply integrated web applications for BlackBerry smartphones
http://developer.blackberry.com/html5
268 stars 51 forks source link

Blackberry OS7 not responding correct to back button press #135

Closed bazzlad closed 11 years ago

bazzlad commented 11 years ago

Using Webworks 2.3.1.5:

This code works perfectly on OS6, but not at all on OS7.

blackberry.system.event.onHardwareKey(blackberry.system.event.KEY_BACK, function(){ return false; });

Seems I'm not alone - anyone know of a quick fix?

http://stackoverflow.com/questions/13082527/blackberry-webwork-back-button-override-issue-in-os7

bazzlad commented 11 years ago

Issue appears to be a clash with WEIRNE.

If I don't enable WEIRNE, the code works again. Please close this issue.