Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Should be after:
https://github.com/apache/cordova-ios/blob/01b3d191d47b5f5b9549a1174b0d92ae0f0a901d/CordovaLib/Classes/CDVViewController.m#L427-L437
Why?
This allows plugins, like a local web server, to update the appUrl for the app to use.
Impact/risk:
None. The loading of this preference is not depended upon until after the plugins have loaded, so moving it to the new position does not make a difference.