Implemented LiveSync page reload.

Fixed iOS layout bug
This commit is contained in:
hshristov
2015-11-06 16:45:20 +02:00
parent f7efef40df
commit 35b8209ddb
3 changed files with 16 additions and 1 deletions

View File

@@ -156,6 +156,10 @@ app.init({
onCreate: function () {
exports.android.init(this);
},
onLiveSync: function () {
frame.reloadPage();
}
});