我对phonegap很新。
无法在我的应用开始时删除标题栏。
关键是我使用phonegap进行打包,但我在项目文件夹中没有任何androidmanifest.xml文件,以为我在其他驱动器上的android sdk工具中有它,但仍在改变
<application android:theme="@android:style/Theme.NoTitleBar">
没有结果。
要构建我的应用程序我运行 - phonegap在我的应用程序文件夹中运行android。
有任何想法吗??日Thnx)
答案 0 :(得分:2)
听起来您正在使用Cordova和PhoneGap(而不是PhoneGap-Build)。
如果是这种情况,您需要添加:
<preference name="fullscreen" value="true" />
在'res / xml'文件夹的config.xml中。
https://groups.google.com/forum/#!topic/phonegap/sRLVweSBiMM