-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
API: ShareComponent: ImageRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.
Description
This is the code I am using
Share.share({
message: caption,
url: "data:image/" + type + ";base64," + data,
type: 'image/' + type,
title: 'Gread'
}, {
// Android only:
dialogTitle: 'Share this comic :)',
// iOS only:
excludedActivityTypes: [
'com.apple.UIKit.activity.PostToTwitter'
]
})
when i use this, share modal pops up, but i cant share any image.
although, I am able to share links and text
Metadata
Metadata
Assignees
Labels
API: ShareComponent: ImageRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.