收藏
回答

电脑微信浏览器 使用window.open函数后 无法打开pdf文件链接

0.

先在电脑微信浏览器打开这个链接是正常的

https://tiebapic.ningmengyun.com/courseware_test/1702485/2019111806571860.pdf

1.

再创建这个静态页,在微信浏览器打开。

2.

然后再 访问这个链接 就无法打开

https://tiebapic.ningmengyun.com/courseware_test/1702485/2019111806571860.pdf

bug:电脑微信浏览器调用window.open 后 就无法打开PDF链接。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
...
<script>

    window.open('https://www.baidu.com/');

</script>
</body>
</html>
回答关注问题邀请回答
收藏

1 个回答

  • Riven.
    Riven.
    2021-04-28

    你好,微信版本号是多少?Windows还是MAC?

    2021-04-28
    有用
    回复 4
    • 阿振
      阿振
      2021-05-07
      windows
      2021-05-07
      回复
    • 阿振
      阿振
      2021-05-07
      3.2.1.154
      2021-05-07
      回复
    • Riven.
      Riven.
      2021-05-07回复阿振
      静态页有链接吗
      2021-05-07
      回复
    • 2022-04-08
      这个问题解决了吗?
      2022-04-08
      回复
登录 后发表内容