I am designing UI for Android application using HTML in WebWeb. But I'm unable to navigate to another page "Anchor Tag"
What links do I navigate to other HTML pages created in the 'Assets / www' folder?
Thanks ...
Try with this code: Do not forget Internet permission in your manifest file. Webview View = (webview) Find VViBiID (RW); String link = "& lt; a href = \" www.google.com \ "& gt; www.google.com & lt; / a & gt; & lt; br / & gt; & lt; br / & gt; Br> & lt; br / & gt; & lt; br / & gt;
a name = \ "link \" & gt; & lt; / a & gt; test "; View.loadDataWithBaseURL ("", link, "text / html", "UTF-8", "");
Comments
Post a Comment