phonegap plugin onload=false has no effect

偶尔善良 提交于 2019-12-11 12:18:36

问题


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

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