简体   繁体   English

在ionic2中与instagram共享时,消息或主题没有显示?

[英]Message or subject are not showing while share with instagram in ionic2?

Message or subject are not showing while share with instagram in ionic2 ? 在ionic2中与instagram共享时,消息或主题没有显示? using this plugin ionic cordova plugin add cordova-plugin-x-socialsharing 使用此插件ionic cordova插件添加cordova-plugin-x-socialsharing

This is a known limitation of plugin. 这是插件的已知限制。 According to Plugin's Documentation 根据插件的文档

Instagram no longer permits prefilling a message. Instagram不再允许预填充消息。

Quirks: 怪癖:

  • Instagram no longer permits prefilling a message - you can prompt the user to paste the message you've passed to the plugin because we're adding it to the clipboard for you. Instagram不再允许预填充消息-您可以提示用户将您传递的消息粘贴到插件,因为我们正在为您添加消息。

iOS Quirks: iOS怪癖:

  • Before trying to invoke shareViaInstagram please use canShareVia('instagram'.. AND whitelist the urlscheme (see below). 在尝试调用shareViaInstagram之前,请使用canShareVia('instagram'..并将urlscheme列入白名单(请参见下文)。
  • Although this plugin follows the Instagram sharing guidelines, the user may not only see Instagram in the share sheet, but also other apps that listen to the "Instagram sharing ID". 尽管此插件遵循Instagram共享准则,但用户不仅可以在共享表中看到Instagram,而且还可以听到“ Instagram共享ID”的其他应用程序。 Just google "com.instagram.exclusivegram" and you see what I mean. 只是谷歌“ com.instagram.exclusivegram”,你明白我的意思。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM