How to disable PhoneGap APIs/functionality?

后端 未结 2 616
轮回少年
轮回少年 2021-01-27 09:43

Is there a recommended way to remove access to unneeded PhoneGap APIs?

For example our app does not need to access the contact database.

With normal web pages, a

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-27 10:16

    In your app, under PhoneGap.plist/Plugins, remove any rows for plugins that are not needed - this will remove access from JavaScript.

提交回复
热议问题