Android HTML5-Can';不要显示小写字母

Android HTML5-Can';不要显示小写字母,android,html,cordova,jquery-mobile,Android,Html,Cordova,Jquery Mobile,我正在为Android平板电脑(3.0)开发一个HTML5+PhoneGap+jQuery Mobile应用程序 <div data-role="content"> <a data-role="button" href="#sensorslist">Menu</a> </div><!-- /content --> 当我使用USB调试机制运行它时,“菜单”显示为“菜单” 为什么会这样?

我正在为
Android平板电脑(3.0)
开发一个
HTML5+PhoneGap+jQuery Mobile
应用程序

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

当我使用USB调试机制运行它时,“
菜单
”显示为“
菜单

为什么会这样?我该怎么办


谢谢

在css中应用文本转换属性:

text-transform: none;

我也有类似的问题。上面的句子对我很有用。希望这能对你有所帮助。

我会检查整张.css的
文本转换:大写