Not working on iOS with take photo option #1135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We have an angular 8 site using this control. On an iOS mobile device (might happen on other mobiles), the user chooses to take a photo, an error is received.
Looking at the web inspector on that device, I see error messages on the console talking about origin not allowed by Access-Control-Allow-Origin policy. However, I can use the same device and page to upload a photo when browsing the device's library. It only occurs when taking a photo and it has been confirmed to happen on iOS safari and chrome browsers. I was testing on an iPad Air.
Any ideas?
I ended up changing our infrastructure to upload the files to the same origin and then hop that call over to our gateway. This allowed me to get around the error for now.