5
What I need
I want to make a page where the user can click a button, take a picture with the camera of tablet, view it and click on button to save it.
What I’ve already tried
I have tried to use the HTML5 for that reason:
<input type="file" accept="image/*;capture=camera">
but for what I searched and tested here in the tablet, these tags only work on Ios and Android.
I found a certain Bridgeit, but it was not compatible, I also found a article on the subject, I copied the tutorial code but not even on the computer.
You tried the tips of that other question? Another thing: what is the biggest scope of your project? I ask this because if there are other interactions with the use and physical recognition of the tablet as a medium, it would probably be justified to create a native application instead of using a web page.
– Luiz Vieira