j3k0 / cordova-plugin-openwith

Get your Cordova App in the O.S. "Share" menu on iOS and Android
MIT License
138 stars 114 forks source link

HEIF files - mime type "image/jpeg" ignored when sharing with my app #124

Open grumpygary opened 1 year ago

grumpygary commented 1 year ago

image/heif files come in fine, with "data:image/heif;base64,...", but cannot for displayed (img.src = dataurl throws error).

Android 13

I specified "image/jpeg" for the mime-type, but it is being ignored.

Any ideas?