Search code examples
xmlcordovaphonegap-desktop-app

Phonegap different config.xml


I am currently using lastest Phonegap Desktop App.When I create my new project in my root folder there is config.xml but it's not the same. Because I want to disable the dragging in the app. For an example I can't find <preference name="DisallowOverscroll" value="true" /> or even <preference name="UIWebViewBounce" value="false" />

Thank you for your time.


Solution

  • You can write it manually in config.xml file or check Drag related preference in your config.xml and disable that or if you are using any jQuery framework than you can disable drag event from that.