Re: [android-developers] Having a WebView AND a Back Button

2012-05-17 Thread TreKing
On Wed, May 16, 2012 at 8:35 AM, Dan Uff danny@gmail.com wrote: I'm trying to override the standard browser behavior with the following code: private class HelloWebViewClient extends WebViewClient { @Override public boolean shouldOverrideUrlLoading(WebView view, string

[android-developers] Having a WebView AND a Back Button

2012-05-16 Thread Dan Uff
Hi all, I am developing an app that a user selects an option from a menu and goes into a WebView. I got that working, but I also need a back button to go back to the menu, so the user can make another option. I'm trying to override the standard browser behavior with the following code: