采得百花成蜜后,为谁辛苦为谁甜。这篇文章主要讲述apk文件二维码微信无法识别 APP在微信中二维码扫描无法下载的解决方案相关的知识,希望能为你提供帮助。
现在微信分享的功能很多,从分享的链接下载apk安卓包是很正常的,但是微信不让下载apk包,只能通过浏览器来下载,但是这要给用户一个提示吧,不然用户不知道
【apk文件二维码微信无法识别 APP在微信中二维码扫描无法下载的解决方案】
文章图片
下面我们来实现,引导用户通过浏览器来下载apk包
看下效果,图片在最下面
在需要下载的页面中加入下面的代码
- < div class="weixin-tip" style="display:none; ">
- < p>
- < img src="https://www.songbingjia.com/images/weixin-tip.jpg" class="weixinpic" alt="微信打开"/>
- < /p>
- < /div>
- 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; }
- < script type="text/javascript" src="https://www.songbingjia.com/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;
- var isios = !!u.match(/(i[^; ]+; ( U; )? CPU.+Mac OS X/);
- $(‘.img‘).click(function(){
- if(isAndroid){
- 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.hrefhttps://www.songbingjia.com/android/= ""; //安卓下载地址
- }
- }else if(isIOS){
- location.href = https://www.songbingjia.com/android/‘‘; //IOS下载地址
- }
- })
- })
- < /script>
文章图片
这要就可以下载了
推荐阅读
- 微信浏览器无法跳转到apk下载链接 微信屏蔽了我的APP下载链接如何处理
- weex 开发踩坑日记--环境配置安卓运行adb开发
- 微信扫码下载APP的实现原理及方法
- Robolectric结合Android Studio的使用
- Android Zygote进程启动分析
- android双向数据绑定data-binding使用include时的使用方法
- fiddler抓包1-app应用抓包
- 2019/2/15安卓应用——记账本,开发记录
- Flutter - 本地化启动列表中App名字