hiteshchawla111

Results 3 comments of hiteshchawla111

I’m encountering the same issue where copying content from Safari’s Share Sheet on iOS and pasting it into CKEditor doesn't work as expected. In my current approach, I’m using the...

> [@hiteshchawla111](https://github.com/hiteshchawla111) Please see my message before yours, you will need to query `event.clipboardData.getData("text/uri-list")` to retrieve those. @dtdesign Thank you for the suggestion! I tried implementing event.clipboardData.getData("text/uri-list"), but I'm still...

> Do not use an async event handler for `paste`! The paste event is synchronous and does not permit access to the clipboard once the event has been completed. Using...