@Override public void onBackPressed() { if (web.canGoBack()){ web.goBack(); return; } super.onBackPressed(); }