繁体   English   中英

iPhone 浏览器 - 无法下载图像

[英]iPhone Browsers - Unable to download image

<!DOCTYPE html>
<!--
 This page is shown when the extension button is clicked, because the
 "browser_action" field in manifest.json contains the "default_popup" key with
 value "popup.html".
 -->
<html>
  <head>
    <title>Test title</title>
    <style>
      body {
        font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
        font-size: 100%;
      }
      #status {
        /* avoid an excessively wide status text */
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 400px;
      }
    </style>
  </head>
<body>
  <p>Example 1<br>
     <a href="http://dummyimage.com/600x400/000/fff.png" download>Download this image</a></p>
</body>
</html>

上面是一个下载图像的按钮(种类)。 它在我的笔记本电脑上运行良好,但是当我导航到 iPhone 上的 url 时,它无法下载。 只是带我到实际图像。

有谁知道为什么? 或者我该如何解决这个问题?

谢谢!

iPhone 没有下载功能。 您需要长按,然后选择“保存”。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM