解决微信浏览器中不能下载apk的问题

Posted 蓝色土耳其

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决微信浏览器中不能下载apk的问题相关的知识,希望对你有一定的参考价值。

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<div class="weixin-tip" style="display:none;">
    <p>
        <img src="img/weixin-tip.jpg" class="weixinpic" alt="微信打开"/>
    </p>
</div>
<style type="text/css"> a{text-decoration: none;} .weixinpic{width: 100%; height: 100%;} .weixin-tip{display: none; position: fixed; left:0; top:0; bottom:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80); height: 100%; width: 100%; z-index: 100;} .weixin-tip p{text-align: center;} </style>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script> <script type="text/javascript"> $(function(){ var u = navigator.userAgent, app = navigator.appVersion; var isandroid = u.indexOf(Android) > -1 || u.indexOf(Linux) > -1;if(isAndroid){ alert("1"); var winHeight = $(window).height(); function is_weixin() { var ua = navigator.userAgent.toLowerCase(); if (ua.match(/MicroMessenger/i) == "micromessenger") { return true; } else { return false; } } var isWeixin = is_weixin();if(isWeixin){ $(".weixin-tip").css("height",winHeight); $(".weixin-tip").show(); }else { window.location.href = "http://zwzx.yl.gov.cn/CMS/apk/YL_APP.apk";//安卓下载地址 } }else{ alert("抱歉,目前只支持安卓下载!"); } }) </script> </head> <body> </body> </html>

 



以上是关于解决微信浏览器中不能下载apk的问题的主要内容,如果未能解决你的问题,请参考以下文章

微信为啥不能直接下载.apk安装包

微信扫一扫不能打开APK下载链接的问题

微信扫一扫不能打开APK下载链接的问题

微信扫一扫不能打开APK下载链接的问题

安卓手机微信不能打开App下载地址的问题 apk文件二维码微信无法识别

微信内浏览器不支持下载APK文件怎么解决