Hi all! I have a problem with WebView. If I call loadData() with a String parameter that has an anchor with a href that contains the symbol "#" then the WebView will not render anything after that statement.
For example: loadData("<a href=\"#tips\">Jump to the Useful Tips Section</a><a name= \"tips\">Useful Tips Section</a>", "text/html", "utf-8"); IS NOT working. loadData("<a href=\"http://google.com\">Jump to the Useful Tips Section</a><a name=\"tips\">Useful Tips Section</a>", "text/html", "utf-8"); IS working. The only difference is the actual link. If I save the stuff as a html file on a webserver and open it using loadUrl(); then everything works as expected. Am I missing something here or is WebView broken? --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---