I am developing a plugin in Cordova for iOS users, which can be used by clients inside there applications. Now, can I use/provide the same plugin to PhoneGap users? Is it possible or do I need to make changes to support PhoneGap?
Thank you
I am developing a plugin in Cordova for iOS users, which can be used by clients inside there applications. Now, can I use/provide the same plugin to PhoneGap users? Is it possible or do I need to make changes to support PhoneGap?
Thank you
Copyright © 2021 Jogjafile Inc.
Phonegap is a distribution of Cordova (similar to Chrome vs Chromium).
Hence they use the same plugins so no changes are necessary.
Note that 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).