I know Android and iOS support modification to the configuration before build as documented here: http://docs.build.phonegap.com/en_US/...
Is it possible to add Windows Phone 8? I am attempting to target the file MainPage.xaml.cs and add the following line of code to public MainPage():
this.CordovaView.DisableBouncyScrolling = true;
This seems to prevent the overscroll on Windows Phone 8 without causing any side effects.
If this could be added it would be greatly appreciated.
Thank you!
Is it possible to add Windows Phone 8? I am attempting to target the file MainPage.xaml.cs and add the following line of code to public MainPage():
this.CordovaView.DisableBouncyScrolling = true;
This seems to prevent the overscroll on Windows Phone 8 without causing any side effects.
If this could be added it would be greatly appreciated.
Thank you!

