dpogue commented on issue #1288:
URL: https://github.com/apache/cordova-ios/issues/1288#issuecomment-1434115662

   The intention is that `initWithWebViewEngine:` is the only initializer. It's 
not a convenience initializer, it is the initializer. It is not safe to call 
`init` because that will leave the WebViewEngine with a null value.
   
   Plugin subclasses should never override `init`. Any work that needs to be 
done by a plugin on initialization of that plugin must happen in 
`pluginInitialize` (which is deliberately not an initializer).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to