`onload` specifies whether to initialize the plugin when the app controller initializes. There's some [docs about it here](https://cordova.apache.org/docs/en/latest/config_ref/index.html#feature). It ensures that [`pluginInitialize()`](https://github.com/dpa99c/cordova-plugin-inappbrowser/blob/CB-7179/src/ios/CDVInAppBrowser.m#L31) is called on app startup, rather than the first plugin invocation.
[ Full content available at: https://github.com/apache/cordova-plugin-inappbrowser/pull/271 ] This message was relayed via gitbox.apache.org for [email protected]
