Issue
In Ionic I am using ngx-dropzone to upload the file. Its working fine in Web and mobile(IOS and Android) applications. But problem here, In IOS while clicking that file upload area showing three dropdown option. In that option Take a Picture need to remove. If any have idea or facing same issue please give me suggestion. Thanks in advance
Solution
You need to set a parameter capture="false"
in ngx-dropzone
html element.
https://docs.dropzone.dev/configuration/basics/configuration-options
Answered By - Tom Skiba
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.