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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -