Input Type Image/* With Capture Will Work In Browser But Not Inside My Mobile Application
I'm developing a mobile application using phonegap. I have a feature in one of the pages that allows a user to upload or take an image. I'm using input type image/* with capture an
Solution 1:
input type file does not work with androids webview (it works on ios). to get images / videos you have to use the Camera Plugin
Post a Comment for "Input Type Image/* With Capture Will Work In Browser But Not Inside My Mobile Application"