When using the file picker on Iphone it goes directly to the camera and does not allow to choose other media.
This is how the file picker is set up:
<oj-file-picker
capture='implementation'
accept='["image/*", "video/*", "text/plain", ".pdf", ".xls", ".xlsx", ".doc", ".docx", ".ppt", ".pptx", ".csv", ".txt"]'
class="responsive-flex-item oj-sm-flex-initial"
on-oj-select="[[$listeners.cameraFilePickerSelect]]">
How can I change this to allow it to choose exiting media on the phone on Iphone?
Additional information:
- On Android this works fine.
- I had the opposite problem earlier: https://community.oracle.com/customerconnect/discussion/797378/take-an-image-with-the-camera-component