How can I get String from webview on its click event??
here is the image:

here i just want to fetch the blue colored strings programmatically and not the other ones.
i am using Html string Display like this in
webview.setWebViewClient(new WebViewClient());
webview.getSettings().setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);
webview.loadDataWithBaseURL("file:///android_asset/", main_data , "text/html", "UTF-8", " ");
Edit: How i can i do this? Any one have an idea ?