Rubicks wrote: > Mark, very sorry for my impolite post. I should improve on that.
It was a joke! > myMMFString is assigned value some where else because it is a global > variable. Like this for example > <html> > <body> > <p> > <a href="http://localhost:4444/index.htm">This text</a> is a link on > this web server. > </p> > </body> > </html> Drop the "http://localhost:4444/", unless you have a Web server running inside the emulator itself. > But I still have the same error. I checked that, if the request from > the webview and the browser are different and have different length or > so? but I see that they are the same. I was wondering, is it that at > the receiving end the socket is terminating or faces some problem when > I use the webviewclient. With the browser there has been no problem. There is no socket, unless you have a Web server running in the emulator itself. The example you are trying to use is strictly for loading local data. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

