Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I'm developing a Tamil web app (using PhoneGap) where I use unicode to display the Tamil language. The problem is, it is working fine in Android Emulator and in web (Firefox), but the fonts are not displaying in a Galaxy S device. I'm sure that I have used the following in my HTML file

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0-alpha.1/jquery.mobile-1.2.0-alpha.1.min.css" />
    <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.2.0-alpha.1/jquery.mobile-1.2.0-alpha.1.min.js"></script>

I really don't know what I'm missing.

share|improve this question
What version of the OS? – Al Everett Aug 24 '12 at 13:22
For potential Close voters: This is not necessarily a development issue. Whether a device/OS supports a particular font/language is on-topic here. – Al Everett Aug 24 '12 at 13:23
Potential duplicate: android.stackexchange.com/questions/25359/… – Al Everett Aug 24 '12 at 13:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.