<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<script type="text/javascript">
document.addEventListener('plusready', function() {
//console.log("所有plus api都应该在此事件发生后调用,否则会出现plus is undefined。")
});
</script>
<style>
* {
padding: 0;
margin: 0;
}
a {
display: block;
width: 6.88rem;
height: 2.5rem;
background: linear-gradient(135deg, #FF374E 0%, #C92B3E 100%);
opacity: 1;
border-radius: 2rem;
text-decoration: none;
text-align: center;
line-height: 2.5rem;
color: #FFFFFF;
}
.wxtip {
background: rgba(0, 0, 0, 0.8);
text-align: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 998;
display: none;
}
.wxtip-icon {
width: 52px;
height: 67px;
display: block;
position: absolute;
right: 20px;
top: 20px;
}
.wxtip-txt {
margin-top: 107px;
color: #fff;
font-size: 16px;
line-height: 1.5;
}
</style>
</head>
<body>
<div class="wrap">
<div>
<a href="http://chatting-app.oss-cn-chengdu.aliyuncs.com/ctzm.apk" id="JdownApp">立即下载</a>
</div>
</div>
<div class="wxtip" id="JweixinTip">
<span class="wxtip-icon"></span>
<p class="wxtip-txt">点击右上角<br/>选择在浏览器中打开</p>
</div>
</body>
<script>
function weixinTip(ele) {
if (isWechat()) {
ele.onclick = function(e) {
window.event ? window.event.returnValue = false : e.preventDefault();
document.getElementById('JweixinTip').style.display = 'block';
}
document.getElementById('JweixinTip').onclick = function() {
this.style.display = 'none';
}
}
}
//方法1:判断是否是微信内置浏览器打开页面
function isWechat() {
var ua = navigator.userAgent.toLowerCase(),flag = false;
if(ua.indexOf("micromessenger") > -1){
flag = true;
}else {
flag = false;
}
return flag;
}
//方法1
/* function isWechat() {
var ua = navigator.userAgent;
var isWeixin = !!/MicroMessenger/i.test(ua);
return isWeixin
}
*/
var btn1 = document.getElementById('JdownApp'); //下载一
weixinTip(btn1);
</script>
</html>
微信h5页面跳转浏览器 在微信中点击链接直接跳转到手机默认浏览器代码实现
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...