码迷,mamicode.com
首页 > Web开发 > 详细

禁止 PC端打开网页 进行跳转

时间:2014-12-01 09:58:35      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:android   http   io   ar   os   on   cti   ad   as   

try {
var urlhash = window.location.hash;
if (!urlhash.match("fromapp"))
{
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i)))
{

}else
{
window.location="http://shangyecheng.cn/";
}
}
}
catch(err)
{
}
document.addEventListener(‘WeixinJSBridgeReady‘, function onBridgeReady() {
WeixinJSBridge.call(‘hideOptionMenu‘);
});

禁止 PC端打开网页 进行跳转

标签:android   http   io   ar   os   on   cti   ad   as   

原文地址:http://www.cnblogs.com/Gbeniot/p/4134243.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!