Feb 15 2023 11:01 AM
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 !
Feb 16 2023 02:24 PM