Hi i'm struggling making this work
public void onBackPressed()
{
if(webview.canGoBack())
webview.goBack();
else setContentView(R.layout.frontpage);
}
It works well, but once you've reach frontpage layout using back button, if you press it again the app crashes
0 comments:
Post a Comment