After links which are too long, I am getting ...
for e.g. https://en.wikipedia.org/List_...
how do i get the full link?
here is my code
wv_result_display.setWebViewClient(new MyBrowser());
wv_result_display.getSettings().setLoadsImagesAutomatically(true);
wv_result_display.getSettings().setJavaScriptEnabled(true);
wv_result_display.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
wv_result_display.loadUrl("https://www.google.com/searchq="+tv_query.getText().toString());
Aucun commentaire:
Enregistrer un commentaire