使用Android手机,当我点击pdf链接(例如example.com/abc.pdf)时,Chrome会下载它。我希望Chrome能够使用用户的默认pdf查看器直接打开它。所以我想我需要使用:
https://developer.chrome.com/multidevice/android/intents
我不想强迫用户使用特定应用程序(即adobe reader)打开它,所以我不知道包名称。
有任何帮助吗?
如果不可能,如何用adobe reader打开它?
答案 0 :(得分:0)
尝试了很多个小时......最后......
<a href="intent://example.com/abc.pdf#Intent;scheme=http;action=android.intent.action.VIEW;end">open pdf</a>