From 3c5415864590154774d53ada50ebcedb4c9a16e6 Mon Sep 17 00:00:00 2001 From: hshristov Date: Mon, 9 Nov 2015 11:17:29 +0200 Subject: [PATCH] Implemented liveSync for iOS --- application/application.ios.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/application.ios.ts b/application/application.ios.ts index a1910d018..a74632e69 100644 --- a/application/application.ios.ts +++ b/application/application.ios.ts @@ -217,6 +217,10 @@ global.__onUncaughtError = function (error: Error) { definition.notify({ eventName: definition.uncaughtErrorEvent, object: definition.ios, ios: error }); } +global.__onLiveSync = function () { + frame.reloadPage(); +} + var started: boolean = false; exports.start = function () { if (!started) {