Skip to content
This repository was archived by the owner on May 2, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 395 Bytes

cordova-preferences.md

File metadata and controls

15 lines (10 loc) · 395 Bytes

Cordova preferences

This page is part of the App Framework Documentation


In the configuration file, you can apply custom Cordova preferences:

"cordovaPreferences": {
  "DisallowOverscroll": true
}

You find an overview of available preferences at the Cordova documentation.