Commit 205f8c8c by kaisa

feat:新增cid:52 返回ios home键高度方法

parent f019f929
Showing with 12 additions and 0 deletions
...@@ -778,6 +778,18 @@ webAppComm.prototype.setWidthHeigth = function (type, wr, hr, position, unit) { ...@@ -778,6 +778,18 @@ webAppComm.prototype.setWidthHeigth = function (type, wr, hr, position, unit) {
webAppCollaboration(obj2); webAppCollaboration(obj2);
} }
// 52:通知ios客户端返回home键高度
webAppComm.prototype.setHomeHeight = function () {
let obj = {
"cid": 52,
"data": {
"msg": '返回home键高度'
}
}
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//接收客戶端的消息 //接收客戶端的消息
webAppComm.prototype.reMsgFromApp = function (callback) { webAppComm.prototype.reMsgFromApp = function (callback) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment