i am developing new android application...i tried load html content in webview in 2.2 emulator but not supporting tamil font
here my code...
WebView learn2crack = (WebView)findViewById(R.id.webview);
learn2crack.getSettings().setDefaultTextEncodingName("utf-8");
learn2crack.getSettings().setJavaScriptEnabled(true);
learn2crack.loadUrl("http://www.dinamalar.com/");
thanks in advance
add below line inside the the style
for example
finally load data into webview ....