android - HTML5 - Can't Display Small Letters -


i developing html5+phonegap+jquery mobile application android tablet(3.0).i trying write following:

<div data-role="content">      <a data-role="button" href="#sensorslist">menu</a>               </div><!-- /content -->      

when running using usb debugging mechanism,"menu" appears "menu".
why happen?what have do?

thanks!

apply text-transform property in css:

text-transform: none; 

i having similar problem.above sentence worked me.hope you.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -