Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在pdf中有anhor标签。可以从Windows系统的Web浏览器单击链接,但不能从Android手机单击链接。
阅读器“软件”(pdf 文件)负责渲染锚点并捕获点击事件。您也可以在 Windows 中拥有一个没有锚点的纯 pdf,但您使用的是 acrobat 阅读器或其他任何东西。android 上的阅读器可以/应该做同样的事情,你可以让你的实现拥有锚点并捕捉点击锚点并启动意图。