Onclick Que y a des caractère qui s'affiche pas correctement dans Mon webView .
Pour remédier a ce problème il faut juste utiliser la méthode " loadDataWithBaseURL" comme suite :
WebView objetview = (WebView) v.findViewById(R.id.eltWebView); String mapage = rssItem.get(position).getDescription() objetview.loadDataWithBaseURL(null, mapage, "text/html", "UTF-8",null);
Aucun commentaire:
Enregistrer un commentaire