You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you mean by File URIs?
If you have a local file URI like file://something and share it, the person who access it will not have access to that file.
Or you meant something different?
I haven't tried it, but I believe you can specify the url and it might work.
But it depends on the apps you're using to share with.
Something like this:
var base64url = "data:application/gzip;base64,H4sICP....."
navigator.share({
title: 'The title',
text: 'Some text you want to share,
url: base64url ,
})
Can we use file URIs?
The text was updated successfully, but these errors were encountered: