Re: [android-developers] Making Toast with JavaScript, Android and the 2.3 emulator

2010-12-07 Thread Zsolt Vasvari
What a mess this 2.3 release of the emulator is... First of all, it seems way slower than the 2.2. I really hope we are going to see a .1 update very soon. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] Making Toast with JavaScript, Android and the 2.3 emulator

2010-12-07 Thread Mark Murphy
That is a firmware bug. Please see: http://code.google.com/p/android/issues/detail?id=12987 On Tue, Dec 7, 2010 at 9:15 PM, paulb wrote: > I'm working through Building Web Apps in WebView (http:// > developer.android.com/guide/webapps/webview.html). > > The JavaScript function successfully makes

[android-developers] Making Toast with JavaScript, Android and the 2.3 emulator

2010-12-07 Thread paulb
I'm working through Building Web Apps in WebView (http:// developer.android.com/guide/webapps/webview.html). The JavaScript function successfully makes Toast when I deploy the app to a device running Froyo or to a 2.2 emulator. However, when I try to run in the 2.3 emulator, it crashes. Any sugg