Windows Phone 8.1: WebView bounces

Env:

  • Ionic 1.1.0
  • Phone: Microsoft Lumia 640 LTE
  • Windows Phone 8.1 Update 2 (OS version: 8.10.15148.160)
  • App packaged using the Adobe PhoneGap Build service: (iOS / Android / Windows) cli-5.2.0 (3.9.1 / 4.1.1 / 3.8.1)

When the Windows Navigation bar (software keys) is visible, we cannot stop the whole app from bouncing vertically. Bouncing goes away if you hide (swipe-away) the nav bar.

config.xml:
  <preference name="fullscreen" value="true" />
  <preference name="webviewbounce" value="false" />
  <preference name="UIWebViewBounce" value="false" />
  <preference name="DisallowOverscroll" value="true" />

Thanks,
Tomas