问题
I need to prevent that a plugin is being initialised automatically. Therefore I have the following configuration
<feature name="ADBMobile_PhoneGap">
<param name="onload" value="false" />
<param name="ios-package" onload="false" value="ADBMobile_PhoneGap" />
</feature>
However, when I run the app the plugin still gets initialised before any javascript calls of that plugin has being executed. Any ideas what I am doing wrongly?
来源:https://stackoverflow.com/questions/32658239/phonegap-plugin-onload-false-has-no-effect