apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 208 forks source link

How to change the path for app-settings.json? #144

Open FarhadG opened 5 years ago

FarhadG commented 5 years ago

I have a few questions regarding points that I can't locate in the README:

  1. How can I change the path for app-settings.json?

  2. Any way to disable the text value? I simply want to provide read-only text values.

  3. What are the reasons for Suites? Can't tell from the documentation how these are different from just storing key/values within the app settings. Any insights?

  4. You mention in your documentation that the following functionality appears the same, but it's different. How are they different? Would be great to provide some insight here:

    On iOS/macOS dictionaries just a key, so appPrefs.store ('dict', 'key', value) and appPrefs.store ('dict', {'key': value}) have same meaning (but different result).

Thank you, in advance, for your help! I'd be more than happy to contribute to the documentation to help future developers once I get clarification around these points.