Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webview is not displaying Gujarati font

I am not able to display Gujarati Font in WebView for Xolo, Sony Xperia, Nexus Tab device. Can anyone help me for this issue?

like image 497
Palak Avatar asked Jan 31 '14 09:01

Palak


1 Answers

Try to put all html page into a asset folder and sdcard and any webserver. Load the url simply:

webView.loadUrl("http://www.google.com/"); 

like that. In my case, all web pages are store on web server and we are choice of button to display a web page for different language.

like image 79
Adam Avatar answered Oct 25 '22 12:10

Adam