It does require a user initiated event to work, but then you can access the user's clipboard with:
`await navigator.clipboard.read();`
There are some additional restrictions though (you can read them in the first link) which it might make sense for iOS as a whole to adopt.
It does require a user initiated event to work, but then you can access the user's clipboard with:
`await navigator.clipboard.read();`
There are some additional restrictions though (you can read them in the first link) which it might make sense for iOS as a whole to adopt.