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
Post a Comment