I want change the default font of webview to a custom font. I\'m using webview in developing an bilingual browser app for Android.
I tried getting an instance of cus
Use https://github.com/delight-im/Android-AdvancedWebView library.
in html data :
Title ------ YOUR_CONTENT ------
in xml :
in java :
advancedWebView = findViewById(R.id.advanced_web_view); advancedWebView.loadHtml(htmlData, "text/html; charset=utf-8", "utf-8");