Plugin developement Clipboard iOS limitation

Hello,
Trying to develop a plugin that import data from the clipboard using
navigator.clipboard.read()
work for text and images on mac but on iOS work for text but not for images.

Any idea why ?Any alternative approach ? I understand that electron and node.js api are not available on mobile …

Thx in advance for your help