Phonegap build和config.xml

时间:2014-02-12 05:14:54

标签: android cordova

我目前正在使用phonegap构建来构建我在html文件和一些css和javascript文件中创建的移动应用程序,我想要的是添加一个config.xml文件以使用我的应用程序的一些首选项。但问题是我不知道我将把config.xml文件正确放在哪里。下面是我的应用程序的文件结构

HelloWorld
 - index.html
 - css
   - style.css
 - js
   - script.js
 - app
   - www
     - config.xml

目前这是我的应用程序的文件结构,我上传它在phonegap构建然后为它构建apk。我添加config.xml文件的主要原因是当我在我的应用程序中向上或向下滚动时摆脱弹跳效果。我使用此首选项来解决该问题,但问题是,我不知道我的config.xml文件是否在正确的位置

<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true"/>

1 个答案:

答案 0 :(得分:0)

the problem is i don't know where will i put my config.xml file correctly.

您应该将config.xml放在res>xml>config.xml

如下所示(文件结构

     res
     xml folder
     config.xml