Open nickradford opened 1 year ago
Describe the bug Trying to copy an image to the clipboard fails in Orion Browser (and other Webkit variants)
To Reproduce Steps to reproduce the behavior:
Expected behavior An image should be copied to the clipboard
Screenshots If applicable, add screenshots to help explain your problem.
Info (please complete the following information):
Button(action: { handleSignIn() }, label: { ZStack { Text("Sign in") .opacity(isLoading ? 0 : 1) ProgressView() .scaleEffect(0.4) .opacity(isLoading ? 1 : 0) } })
On Safari, I'm having the same issue.
Describe the bug Trying to copy an image to the clipboard fails in Orion Browser (and other Webkit variants)
To Reproduce Steps to reproduce the behavior:
Expected behavior An image should be copied to the clipboard
Screenshots If applicable, add screenshots to help explain your problem.
Info (please complete the following information):
Code snippet