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

Add custom Cordova preferences #616

Merged
merged 1 commit into from
Jul 3, 2017

Conversation

maciej-trebacz
Copy link
Contributor

This pull requests adds an option to create custom Cordova preferences in generated config.xml file. It is required for configuring Cordova. Here's an example from my config.json which allows to focus input fields programmatically on iOS:

  "cordovaPreferences": {
    "KeyboardDisplayRequiresUserAction": false
  },

@scriptPilot
Copy link
Owner

@m4v3r - Thanks for your PR, will test it soon

@scriptPilot scriptPilot changed the title Configuration option to add custom Cordova preferences Add custom Cordova preferences Jul 3, 2017
@scriptPilot scriptPilot merged commit ca81682 into scriptPilot:master Jul 3, 2017
@scriptPilot
Copy link
Owner

@m4v3r - Thanks, merged and modified a little bit.

scriptPilot pushed a commit that referenced this pull request Jul 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants