• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps onBackPressed

a2345

Lurker
@Override
public void onBackPressed() {
mWebView.goBack();
return;
}
I am using code above in tutorial example in activity and it does not work :-(
It was working but I did play with some settings and now it does not :-(
How to make it work again?
When I click Back - debugger show following:
No keyboard for id 0
Using default keymap ...

Please help
 
Back
Top Bottom