Last week I was working on a mobile web app (a PWA version) and had to add copy to clipboard functionality. I soon discovered that document.execCommand() does not work on iOS Safari generally as it…
Continue Reading “Javascript Copy To Clipboard Safari iOS – Working example”