Do we have a component available for accessing mobile phone camera in vaadin touckit ?
I have been working on it and stuck with this requirement for quite sometime now.
Although I tried to make a component using HTML 5 but no luck in accessing the mobile camera. It does help me upload an image file from the gallery though.
Is there any other alternative or an working example ?
Thats exactly what we wanted.
We are wrapping a web application built on vaadin with Phonegap.
Even if its wrapped with phonegap, I hope this solution should work fine.
The parking demo doesn’t show how to do this specific task, it is a bit more complicated. You can take it as an example and remove the unnecessary fields from it.
The parking demo uses the whole TicketView as one component, you have to remove all the other components from it and leave only the camera thing.
Or you can create a new widget with Eclipse Vaadin Plugin and modify it.