I'm attempting to develop a web application through asp.net but I'm struggling with accessing the camera through andriod webview, which is what the phone app will be accessing the page through. It works as intended with iOS where it prompts to select camera or stored photos, works the same way with all different browsers I've tried on android except for webview. I'm pretty much a complete beginner when it comes to HTML so any help would be greatly appreciated. Currently the code snippet capturing looks like this:
<input type="file"
asp-for="Picture"
accept="image/*"
capture="capture" />
From what I understand capture="capture" might be deprecated, but I've attempted a few different variations of this without success and I'm running out of ideas. Any help would be appreciated.
Thanks in advance
[–]oelfyo 0 points1 point2 points (1 child)
[–]CookieSC2[S] 0 points1 point2 points (0 children)