Watch your server log when requests come in and see which was the last
served before webkit gets stuck.
On our web site (http://neoyou.org) we saw webkit hang on receiving
images.
On a hunch we configured our http server to close connection on every
response and that fixed the problem for now (could not yet track down
what combination of headers gets webkit confused).
Also, webkit on Android hangs on 2 redirects in a row. It can handle
single redirect though.

For the extensive use of webview api look at our open source product
http://bhoost.com which greatly enhances the webkit to allow web apps
to access Android APIs and plenty more.
Click on Download Tab to browse sources online check them out from
svn.

Hope this helps, - let me know how did it go.

On Jun 3, 2:50 pm, maceghost <[EMAIL PROTECTED]> wrote:
> It's been strange from the outset. I now know that I can also load
> "http://code.google.com/android"; ( seems appropriate ) but only if I
> have a sleep after the loadUrl().  I'm on M5 SDK.
>
> android-sdk_m5-rc15_windows
>
> Maybe I should try this on my linux box...or outside of the IDE.
>
> On Jun 3, 11:43 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
>
>
>
> > > I'm almost willing to go out on a limb and say that if I don't sleep
> > > for more then a second after loadUrl() then the page doesn't show.
>
> > That's strange.
>
> > > One thing I might add is that I'm running through eclipse ( 3.3.2 ).
>
> > I run my emulator outside an IDE. I don't know that it matters.
>
> > Are you on the M5 SDK?
>
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com
> > _The Busy Coder's Guide to Android Development_ -- Available Now!- Hide 
> > quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to