Re: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-20 Thread Mark Murphy
On Wed, Jun 20, 2012 at 1:12 AM, Tommy Hartz droi...@gmail.com wrote: There is no force close. It just closes to the main home screen :: shrug :: Don't know what to tell you. If you can create a sample app that demonstrates this problem, upload the source somewhere. -- Mark Murphy (a Commons

RE: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-20 Thread Tommy Hartz
Good Idea. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: Wednesday, June 20, 2012 6:37 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Please Help...Android 4.0.3

[android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
Hi, On android 4.0.3 I have an Activity that contains a webview. This webview loads a Google Maps webpage that is stored on our servers. The Map is overlaid with a Radar. When I double tab to zoom in on the map my app crashes. It is crashing and gives me an error

Re: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Mark Murphy
On Tue, Jun 19, 2012 at 1:47 PM, Tommy Hartz droi...@gmail.com wrote: When I double tab to zoom in on the map my app crashes. It is crashing and gives me an error com.android.launcher/com.android.launcher2.Launcher (server)' ~ Channel is unrecoverably broken and will be disposed! Unless you

RE: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
in on the Google map that is inside the WebView. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: Tuesday, June 19, 2012 3:54 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Please Help

Re: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Mark Murphy
: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: Tuesday, June 19, 2012 3:54 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Please Help...Android 4.0.3 WebView Crash... On Tue, Jun 19, 2012 at 1:47

RE: [android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
: [android-developers] Please Help...Android 4.0.3 WebView Crash... If it is crashing (as in you get a Force Close-style dialog), there should be a Java stack trace at the end of your LogCat associated with that crash. On Tue, Jun 19, 2012 at 6:08 PM, Tommy Hartz droi...@gmail.com wrote: That's