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