Shazron Abdullah created CB-7857: ------------------------------------ Summary: Load appURL after plugins have loaded Key: CB-7857 URL: https://issues.apache.org/jira/browse/CB-7857 Project: Apache Cordova Issue Type: Improvement Components: iOS Reporter: Shazron Abdullah Assignee: Shazron Abdullah Fix For: 3.7.0
This code: https://github.com/apache/cordova-ios/blob/01b3d191d47b5f5b9549a1174b0d92ae0f0a901d/CordovaLib/Classes/CDVViewController.m#L207-L234 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org