我在php中编写了一个页面...我正在分配一个名为&#34的按钮;分享"
我在Twitter移动网站上看到,如果你点击这个"分享"按钮它会弹出移动窗口以共享推文...在其他一些应用程序中...这怎么可能?
如何将此html按钮与手机的共享窗口连接?
答案 0 :(得分:1)
这是通过 Web Share API 完成的。
开始使用的几个链接:
https://wicg.github.io/web-share/
https://codeburst.io/the-web-share-api-is-here-cb651d84eccd
https://developers.google.com/web/updates/2016/09/navigator-share
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share
http://deanhume.com/home/blogpost/getting-started-with-the-web-share-api/10156