本文介绍了我们可以调用与jQuery智能手机自带的共享功能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们可以使用手机(安卓/ iPhone手机)本机共享功能来分享应用不同的内容。是否也可以调用通过所有智能手机使用JavaScript的浏览器这个共享功能?这样在浏览器中的一些事件中,我们可以加载份额小部件。

We can use phone's (android/ Iphones) native share functionality to share different content from apps. Is it also possible to invoke this share functionality through browser using javascript in all smart phones? So that on some event in browser, we can load share widget.

感谢。

推荐答案

不jQuery的本身,而是Android版Chrome和Android的原生浏览器都支持这个功能:

Not jquery per se but Chrome for Android and Android's native browser have support for this:https://developer.chrome.com/multidevice/android/intents

不幸的是,文件是非常有限的,因为我正在试图找出如何通过共享对话框共享的链接(使用户的选择来选择应用分享链接)喽。

Unfortunately the documentation is VERY limited as I'm trying to figure out how to share a link via the share dialog (giving the user the option to select which app to share the link with) myself.

这篇关于我们可以调用与jQuery智能手机自带的共享功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 14:33