mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #3260 from NativeScript/raikov/fix-livesync-ios
Fixed: XML/HTML livesync not working on iOS
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user