[Webkit-unassigned] [Bug 261498] REGRESSION (iOS 17)?: Web Share API - Missing apps in the share sheet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 03:06:10 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=261498

--- Comment #2 from Jonathan Kingston <jonathan at jooped.co.uk> ---
I saw this regression recently with the following code:

```
const gpxFileContents = new File([blob], filename, { type: 'application/gpx+xml' });
const shareData = {
  files: [gpxFileContents]
}
if (navigator.canShare(shareData)) {
  await navigator.share(shareData);
}
```


In iOS 16, this was showing Garmin is presented; wikiloc and komoot are also within the addition apps.

However on 17 and 18 these aren't presented suggesting the file type isn't passed through to the share sheet correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241031/fd16cfe0/attachment-0001.htm>


More information about the webkit-unassigned mailing list