最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

微信点击链接直接跳转手机默认浏览器下载APP的APK文件实现code

常识 admin 29浏览 0评论

微信点击链接直接跳转手机默认浏览器下载APP的APK文件实现code

需求:由于微信的限制,应用文件在内置浏览器中下载全部被屏蔽掉,造成很多人用微信扫描二维码下载时点击下载按钮没反应,需要做一个提示用户在浏览器中打开下载。

以下代码,拿来即用,好人代表O(∩_∩)O

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>download</title>
    <style type="text/css">
      .wxtip {
   
        background: rgb(104 102 102 / 80%);
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
        display: none;
      }

      .wxtip-icon {
   
        width: 52px;
        height: 67px;
        background: url(weixin-tip.png) no-repeat;

微信点击链接直接跳转手机默认浏览器下载APP的APK文件实现code

需求:由于微信的限制,应用文件在内置浏览器中下载全部被屏蔽掉,造成很多人用微信扫描二维码下载时点击下载按钮没反应,需要做一个提示用户在浏览器中打开下载。

以下代码,拿来即用,好人代表O(∩_∩)O

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>download</title>
    <style type="text/css">
      .wxtip {
   
        background: rgb(104 102 102 / 80%);
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
        display: none;
      }

      .wxtip-icon {
   
        width: 52px;
        height: 67px;
        background: url(weixin-tip.png) no-repeat;
发布评论

评论列表 (0)

  1. 暂无评论