Not able to read image with navigator.clipboard.read() on iOS

Hello,

I'm creating a pluggin fin javascript in an app called obsidian. I'm using navigator.clipboard.read():

  • Everything work fine in MacOS for both text and images
  • on iOS it works for text but if the clipboard is an image the script just stop

Totally stuck, please help