I am trying to load an image from phone to Webviewer component via HTML file.
I first tried the HTML input element and then retrieving it using JQuery. However, the file select dialog does not pop up, like it does on desktop.
What are my options? Can I make the html input element work by setting some permissions in the manifest?
Can I use image picker and pass the selected image to the Webviewer?