0
我想要查找用戶是否在Android中單擊webview。 WebView包含一些加載的html/javascript。我想查找用戶是否點擊了webview。檢測點擊與HTML數據ANDROID中的WebView
感謝您的幫助。
的代碼是這樣的:
//....//
wv = (WebView) findViewById(R.id.webView1);
wv.getSettings().setJavaScriptEnabled(true);
wv.setBackgroundColor(Color.TRANSPARENT);
String html = "<html><body style='margin:0;padding:0;'><script='text/javascript' src='URL'></script></body></html>";
wv.loadData(html, "text/html", "utf-8");
//....//
感謝您的幫助....
您的網頁流量的活動,在這個線程看看在你的HTML: http://stackoverflow.com/questions/5116909/how -i-can-get-on-click-event-on-webview-in-android – Sergios 2012-08-17 14:00:52
我想要javascript接口解決方案,最好是...通常thanx ... – 2012-08-17 15:49:03