h5与app交互
Posted 爱学习的吴小瑞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了h5与app交互相关的知识,希望对你有一定的参考价值。
function callandroid(obj){ meetfitjs.callShareSdk(JSON.stringify(obj)); } function callShareSdk() { test.hello(JSON.stringify(obj)) } function testDemo(obj) { var u = navigator.userAgent; if (u.indexOf(‘Android‘) > -1 || u.indexOf(‘Adr‘) > -1) { callAndroid(obj) } else if (!!u.match(/(i[^;]+;( U;)? CPU.+Mac OS X/)) { window.webkit.messageHandlers.callShareSdk.postMessage({body: JSON.stringify(obj)}) } }
以上是关于h5与app交互的主要内容,如果未能解决你的问题,请参考以下文章