Skip to content
New issue

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 浏览器无法唤起分享,也没有错误提示 #99

Open
ZengYingJ opened this issue Aug 6, 2024 · 2 comments

Comments

@ZengYingJ
Copy link

Demo 示例,在安卓 UC 浏览器无法唤起分享,也没有错误提示

@ZengYingJ
Copy link
Author

UC浏览器版本:v16.6.7.1318

@ZengYingJ
Copy link
Author

发现在 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',
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant