Implemented liveSync for iOS

This commit is contained in:
hshristov
2015-11-09 11:17:29 +02:00
parent b40ca820b6
commit 3c54158645

View File

@@ -217,6 +217,10 @@ global.__onUncaughtError = function (error: Error) {
definition.notify({ eventName: definition.uncaughtErrorEvent, object: <any>definition.ios, ios: error }); definition.notify({ eventName: definition.uncaughtErrorEvent, object: <any>definition.ios, ios: error });
} }
global.__onLiveSync = function () {
frame.reloadPage();
}
var started: boolean = false; var started: boolean = false;
exports.start = function () { exports.start = function () {
if (!started) { if (!started) {