问题描述
新的即时通讯与PhoneGap的。
不能在我的应用程序开始删除标题栏。
问题的关键是使用包装的PhoneGap,即时通讯,但我没有在项目文件夹中的AndroidManifest.xml文件,还以为我有它在我的Android SDK工具其它驱动器上,但仍然改变
<应用机器人:主题=@安卓风格/ Theme.NoTitleBar>
没有给出结果。
要建立我的应用程序我运行 - PhoneGap的运行Android的我的应用程序文件夹中。
有任何想法吗??日Thnx)
im new to with phonegap.Cant remove title bar at start of my app.The point is that im using phonegap for packaging, but i do not have any androidmanifest.xml file in the project folder, thought i have it in my android sdk tools on the other drive, but still changing <application android:theme="@android:style/Theme.NoTitleBar">
gave no result.To build my app i run - phonegap run android in my app folder.Any ideas?? thnx)
推荐答案
听起来你使用的是科尔多瓦和PhoneGap的(没有的PhoneGap-版本)。
Sounds like you are using Cordova and PhoneGap (not PhoneGap-Build).
如果是这样的话,你需要添加:
If that is the case, you need to add:
<preference name="fullscreen" value="true" />
在'RES / XML文件夹中的config.xml。
In your config.xml in the 'res/xml' folder.
这篇关于PhoneGap的删除标题栏开始的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!