Merge pull request #3260 from NativeScript/raikov/fix-livesync-ios

Fixed: XML/HTML livesync not working on iOS
This commit is contained in:
tzraikov
2016-12-14 11:25:04 +02:00
committed by GitHub

View File

@@ -276,7 +276,7 @@ typedExports.start = function (entry?: NavigationEntry) {
if (entry) { if (entry) {
exports.mainEntry = entry; exports.mainEntry = entry;
} }
started = true;
loadCss(); loadCss();
if(!iosApp.nativeApp) { if(!iosApp.nativeApp) {