Why Overscroll Is Disabled?

I find meteor disable overscroll(webview bounce), but I don’t know why.

The code is in tools/commands-cordova.js, it sets DisallowOverscroll to true.

I’ve tried set webviewbounce and DisallowOverscroll in mobile-config.js, but it doesn’t work. I still can not make webview overscroll work.

App.setPreference('webviewbounce', 'true');
App.setPreference('DisallowOverscroll', 'false');