Creating and using iOS settings.bundle values with

2019-07-16 01:34发布

问题:

Is it possible to create a section in the iPhone settings app, using PhoneGap (v1.4.1)?

I cannot find anything pertinent in the PhoneGap API.
My aim would be to use the user-set values in JavaScript.

I imagine that if PhoneGap does not currently have this functionality, it is possible to perform this task with a PhoneGap plugin.

Does anyone know of a current plugin that might enable Settings.bundle creation, and reading?

回答1:

you can use applicationPreferences plugin https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ApplicationPreferences