如何将 Cordova 应用程序转换为 Phonegap
How to convert Cordova application to Phonegap
我正在 Cordova 中为 iOS 用户开发一个插件,可供应用程序中的客户端使用。现在,我可以 use/provide 向 PhoneGap 用户提供相同的插件吗?是否可以或我是否需要进行更改以支持 PhoneGap?
谢谢
Phonegap 是 Cordova 的一个发行版(类似于 Chrome vs Chromium)。
From the team behind Apache Cordova, the Adobe PhoneGap framework is an open source distribution of Cordova
因此他们使用相同的插件,因此无需更改。
注意 Phonegap Build is not the same as Phonegap - it's a cloud-build service offered by Adobe and there are some differences when it comes to using plugins vs building locally with the Cordova/Phonegap CLI (e.g. Phonegap Build doesn't support plugins that use hook scripts).
我正在 Cordova 中为 iOS 用户开发一个插件,可供应用程序中的客户端使用。现在,我可以 use/provide 向 PhoneGap 用户提供相同的插件吗?是否可以或我是否需要进行更改以支持 PhoneGap?
谢谢
Phonegap 是 Cordova 的一个发行版(类似于 Chrome vs Chromium)。
From the team behind Apache Cordova, the Adobe PhoneGap framework is an open source distribution of Cordova
因此他们使用相同的插件,因此无需更改。
注意 Phonegap Build is not the same as Phonegap - it's a cloud-build service offered by Adobe and there are some differences when it comes to using plugins vs building locally with the Cordova/Phonegap CLI (e.g. Phonegap Build doesn't support plugins that use hook scripts).