Creating and using iOS settings.bundle values with JavaScript in PhoneGap

☆樱花仙子☆ 提交于 2020-01-04 05:39:17

问题


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



来源:https://stackoverflow.com/questions/9738451/creating-and-using-ios-settings-bundle-values-with-javascript-in-phonegap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!