Phonegap remove title bar at start

六眼飞鱼酱① 提交于 2019-12-08 11:54:28

问题


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)


回答1:


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" />

In your config.xml file, in the res/xml folder.

https://groups.google.com/forum/#!topic/phonegap/sRLVweSBiMM



来源:https://stackoverflow.com/questions/19765825/phonegap-remove-title-bar-at-start

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!