问题描述
是否可以使用PhoneGap(v1.4.1)在iPhone设置应用中创建部分?
我在PhoneGap API中找不到任何相关内容.
我的目标是在JavaScript中使用用户设置的值.
I cannot find anything pertinent in the PhoneGap API.
My aim would be to use the user-set values in JavaScript.
我想像一下,如果PhoneGap当前不具有此功能,则可以使用PhoneGap插件执行此任务.
I imagine that if PhoneGap does not currently have this functionality, it is possible to perform this task with a PhoneGap plugin.
有人知道当前可以启用Settings.bundle创建和阅读功能的插件吗?
Does anyone know of a current plugin that might enable Settings.bundle creation, and reading?
推荐答案
您可以使用applicationPreferences插件 https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ApplicationPreferences
you can use applicationPreferences plugin https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ApplicationPreferences
这篇关于在PhoneGap中使用JavaScript创建和使用iOS settings.bundle值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!