标签: google-chrome android-intent share-intent
我想在Android Chrome的网页中显示一个按钮,该按钮会显示“与...共享”对话框,以便将文本发送到电子邮件应用程序。
我有这个:
<a href="intent:#Intent;action=android.intent.action.SEND;type=text/plain;end">Share</a>
..但它没有用,Chrome说“导航被阻止”。有什么想法吗?