I'm developing an InDesign plugin and during testing, a problem was encountered: Mac users cannot copy / paste content into an iframe (command + c / v and right click).
In my main extension, I open another extension where I add an iframe containing a url with a form.
And in this 2nd extension, in the iframe, it is impossible to copy / paste content.
On the other hand, on Windows, there is no problem.
Do you have a solution that can be fixed on the extension side ? Or a solution that can be fixed on the iframe url side (sending events,..) ?
Thank you in advance !