Mark, very sorry for my impolite post. I should improve on that. > 1. Does your project request the INTERNET permission in the > AndroidManifest.xml file?
Yes > 2. You have a code comment saying "myMMFString has a simple html string > with a link", yet myMMFString doesn't appear to be assigned a value > anywhere in the code listing you provided. 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> > 3. You might want to download the full project for this, so you get the > manifest and other supporting files, in case that helps. You can find > the code by visitinghttp://commonsware.com/Android/and clicking on the > Source Code link for Version 1.3. > Thanks, I tried your project. > -- 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. Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

