Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
Doc: https://github.com/apache/cordova-docs/blob/master/docs/en/edge/guide/cordova-webview/ios.md
Put a note that the CDVViewController must be retained, if it is not, the webView delegate will be set to nil, and webViewDidFinishLoad will not be run. If it is not run, deviceready will not fire.