[android-developers] Re: gmail.com not working on webview (after login)

2010-10-23 Thread Mathias Lin
I found that if I don't assign a custom WebViewClient to the webview, the app doesn't crash but opens the gmail site in the default system browser. But I don't want that. I want it to open in my own webview only - how to force it? I filed a bug report under:

Re: [android-developers] Re: gmail.com not working on webview (after login)

2010-10-23 Thread Mark Murphy
Yeah, that type of SIGSEGV crash is definitely a low-level system problem, representing a bug in Android. On Sat, Oct 23, 2010 at 11:42 AM, Mathias Lin m...@mathiaslin.com wrote: I found that if I don't assign a custom WebViewClient to the webview, the app doesn't crash but opens the gmail site