The Problem
When using an Image Upload field in an embedded form, permission to use the camera is not granted.
The Solution
Confirmed that the solution is to add allow="camera" on iframe. Currently no props/means to affect the iframe directly!
Notable: having an attributes prop in the config would also help solve #134
The Problem
When using an Image Upload field in an embedded form, permission to use the camera is not granted.
The Solution
Confirmed that the solution is to add
allow="camera"on iframe. Currently no props/means to affect the iframe directly!Notable: having an
attributesprop in the config would also help solve #134