thaarok / cordova-plugin-kiosk

Cordova plugin to use Cordova application "in kiosk mode" and as Android launcher
Apache License 2.0
142 stars 101 forks source link

Back button doesn't work on some device #63

Closed zhanghuanchong closed 6 years ago

zhanghuanchong commented 6 years ago

onKeyDown and onBackPressed are not called at all.

Has to override finish method, without calling super's implementation.

zhanghuanchong commented 6 years ago

Resolves in PR #64