We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo 示例,在安卓 UC 浏览器无法唤起分享,也没有错误提示
The text was updated successfully, but these errors were encountered:
UC浏览器版本:v16.6.7.1318
Sorry, something went wrong.
发现在 setShareData 的时候把 icon 设置为 ‘’,就可以正常分享了
nativeShare.setShareData({ // icon: 'https://pic3.zhimg.com/v2-080267af84aa0e97c66d5f12e311c3d6_xl.jpg', icon: '', link: 'https://github.com/fa-ge/NativeShare', title: 'NativeShare', desc: 'NativeShare是一个整合了各大移动端浏览器调用原生分享的插件', from: '@fa-ge', });
No branches or pull requests
Demo 示例,在安卓 UC 浏览器无法唤起分享,也没有错误提示
The text was updated successfully, but these errors were encountered: