@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
Maybe you accidently changed the settings of the Virtual Device. Try setting it up again from the tutorial.