I'm creating my app on Phonegap Build, at the current version (2.3.0) and I got two problems:
The notification and WebViewBounce (I'm trying to disable) do not work.
I tried to use on config.xml:
<preference name="webviewbounce" value="false"/>
<!-- Plugins -->
<plugins>
<plugin name="Notification" value="CDVNotification" />
</plugins>
I have tried it on iOS 6.1.2 and was not successfull. Does anyone know how to get it working?
Thanks since now.