Is modifying Windows Phone 8 configuration possible?

  • 5
  • Idea
  • Updated 5 years ago
  • Under Consideration
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!
Photo of Samer Albahra

Samer Albahra

  • 52 Posts
  • 0 Reply Likes

Posted 6 years ago

  • 5
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes
Idea open for votes.
> To support WP8 config element.
Photo of Andres

Andres

  • 13 Posts
  • 1 Reply Like
This would be the same as implementing the DisallowOverscroll from the config.xml, which is already implemented but for Android and iOS only. I assume they simply ignored WP8 because of its small market share, which is an unacceptable argument.

I am minutes away from getting rid of PhoneGap Build forever and keep Cordova CLI only.
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes
Bump!
Photo of pvankemenade

pvankemenade

  • 6 Posts
  • 2 Reply Likes
adding to the same wishlist, for MainPage.xaml

SupportedOrientations="Portrait" Orientation="Portrait"

I'm quite amazed these basics aren't supported across platforms in Phonegap Build. As it appears now we can't use PGB for our client... we'll have to live with local builds.