286523cf by ex

h5 2

1 parent 50a98b3e
1 var u = navigator.userAgent; 1 var u = navigator.userAgent;
2 var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端 2 var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端
3 var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 3 var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
4 layer.open()
5 function AppClient(appObj, isAndroid) { 4 function AppClient(appObj, isAndroid) {
6 this.appObj = appObj; 5 this.appObj = appObj;
7 this.isAndroid = isAndroid; 6 this.isAndroid = isAndroid;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!