[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 com.android.launcher/com.android.launcher2.Launcher
(server)' ~ Channel is unrecoverably broken and will be disposed!

 

Does anyone have any idea why this is happening? It seems to work fine on my
phones 2.3.3 and 2.3.4 as well as a few other devices that I have tried it
on. The table however is the one giving me the issue. It is an Acer A200

 

Thank you for your time,

 

Tommy

 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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  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 decided to name your app com.android.launcher, this message
is not from your app and may have nothing to do with your problem.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2012-06-19 Thread Tommy Hartz
That's the weird part, it happens inside my app but I assume if it was a
problem with my app it would happen on all devices. It seems like it might
be a bug with WebView on 4.0.3 I was kind of hopeing someone else has seen
the issue or knows about it. It only happens when I try to zoom 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...Android 4.0.3 WebView
Crash...

On Tue, Jun 19, 2012 at 1:47 PM, Tommy Hartz  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 decided to name your app com.android.launcher, this message is
not from your app and may have nothing to do with your problem.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2012-06-19 Thread Mark Murphy
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  wrote:
> That's the weird part, it happens inside my app but I assume if it was a
> problem with my app it would happen on all devices. It seems like it might
> be a bug with WebView on 4.0.3 I was kind of hopeing someone else has seen
> the issue or knows about it. It only happens when I try to zoom 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...Android 4.0.3 WebView
> Crash...
>
> On Tue, Jun 19, 2012 at 1:47 PM, Tommy Hartz  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 decided to name your app com.android.launcher, this message is
> not from your app and may have nothing to do with your problem.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training in NYC: http://marakana.com/training/android/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2012-06-19 Thread Tommy Hartz
There is no force close. It just closes to the main home screen

-Original Message-
From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy
Sent: Tuesday, June 19, 2012 6:14 PM
To: android-developers@googlegroups.com
Subject: Re: [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  wrote:
> That's the weird part, it happens inside my app but I assume if it was 
> a problem with my app it would happen on all devices. It seems like it 
> might be a bug with WebView on 4.0.3 I was kind of hopeing someone 
> else has seen the issue or knows about it. It only happens when I try 
> to zoom 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...Android 4.0.3 WebView 
> Crash...
>
> On Tue, Jun 19, 2012 at 1:47 PM, Tommy Hartz  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 decided to name your app com.android.launcher, this message 
> is not from your app and may have nothing to do with your problem.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy 
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training in NYC: http://marakana.com/training/android/
>
> --
> You received this message because you are subscribed to the Google 
> Groups "Android Developers" group.
> To post to this group, send email to 
> android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google 
> Groups "Android Developers" group.
> To post to this group, send email to 
> android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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  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 Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 WebView
Crash...

On Wed, Jun 20, 2012 at 1:12 AM, Tommy Hartz  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 Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en