Forum Discussion
xylolink
Feb 15, 2023Copper Contributor
EDGE: navigator.share() results in empty dialog with version 110.0.1587.41
Hi everyone,
My "share" buttons are bugged with the new version of edge.
My code is similar to this :
const sharedData = {
title: 'my title',
text: 'my text',
url: 'www.myurl.com',
files: [],
}
const onClick = () => navigator.share(sharedData)
After some exploration, I have discovered that it's no more working if the "files" attribute provided to "sharedData" parameter is empty.
Files should not be mandatory, we should be able to share content without any files.
Could you provide us any explanation concerning this problem ?
Thanks a lot !
- Jeremiah-VIron ContributorI know that the feature team is aware of this issue and currently working on a fix, but at this time, I don't have further info on when the fix will be released.