0
有WebView中的代碼:如何跳轉到android webview中從字符串源加載html的錨?
WebView webView;
webView = (WebView)findViewById(R.id.text_web_view);
webView.loadDataWithBaseURL(null, "<a name=\"#ancor1\"></a><p name=\"anchor2\"></p>", null, "utf-8", null);
如何跳轉到anchor2在這種情況下?
仍然是實際的。這種做法真的很奇怪嗎? –
http://stackoverflow.com/questions/14062901/webview-jump-to-anchor-using-loaddatawithbaseurl幫助我 –