-
## What
The pullquote / `` elements need improving from an accessibility perspective:
1. The buttons don't have an `aria` attribute to describe that they open pop-up content.
2. The citation shou…
-
*shareText - 分享到第三方app,调起分享弹窗。
输入参数:
{
shareText: "分享的文案内容" ,
shareUrl: "分享的url",
}
返回值
{
"code":"0:成功,-1:失败",
"msg":"msg"
}
typ…
-
I tried to share url from reddit app and youtube app into my app but the hasShareIntent is false,
am using expo router and testing only for Android. I added shareintentprovider at the root as we…
-
- add data configuration for shares :heavy_check_mark:
- add local configuration object to `site.Params` :heavy_check_mark:
```
[params.dnb.social]
[params.dnb.social.sharebuttons]
icon…
-
In Share.shareText and Share.shareFile the description is not being sent.
-
[SHKMail shareText:@"Line 1 \n Line 2"];
The resulting email's body does not have any line breaks in it.
-
来自love.min.js
```js
var sharetext = $("#text-75").text() + "love" + $("#text-76").text() + $("#text-77").text();
with(sharedesc = $("#text-1").text() + $("#text-2").text() + $("#text-3").text() +…
-
问题1: 参考示例代码实现QQ分享功能,可以正常工作但是下面的回调,不论是分享成功,还是取消分享 都不会执行,期望回调里面能知道分享的状态(成功,失败,取消),和分享的目的地(QQ好友,QQ空间)
`
void _listenShare(TencentShareResp resp) {
String content = 'share: ${resp.ret} - ${resp…
-
NAME="Pop!_OS"
VERSION="20.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.co…
-
I am able to share text, I am able share image.
But i am not able to share both together.
How to make that possible?
Thanks in Advance