Fixed: XML/HTML livesync not working on iOS

This commit is contained in:
Tsvetan Raikov
2016-12-07 13:52:48 +02:00
parent 39007ab05e
commit a12ad21bfd

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) {