MUI webview窗口相关

var ua = navigator.userAgent.toLowerCase();
var sys = ua.match(/html5plus/);

if (sys != 'html5plus') {
    mui.openWindow = function openWindow(param,target,options) {
        if(param.target == '_blank'){
            window.open(param.url);
        }else{
            window.location.href = param.url;
        }
    }
}

涉及webview的,除了5+App,其它所有手机浏览器及PC浏览器均无法使用 

http://m.skywalk-er.com/#offCanvasSide 

天行户外者做的优化

http://ask.dcloud.net.cn/docs/#http://ask.dcloud.net.cn/article/113

 https://files.cnblogs.com/files/ganmk--jy/common.js

posted @ 2015-11-28 13:11  保安保洁保姆外卖快递  阅读(222)  评论(0)    收藏  举报