take picture on mobile phone without using touchkit

can vaadin mobile application take picture without using touchkit? on ios and android

The
lib-gwt-imageupload add-on
works without TouchKit,
as described here
(when using with TouchKit).

What I mean is when a user click a button in Mobile vaadin application(android or ios) this will take a picture from the phone save it or upload it to the server. Can vaadin or free add-ons, take a picture from the phone, without using touchkit.

Yes, the lib-gwt-imageupload add-on does exactly that, and it
works without TouchKit as well
.

You can try how it works
in the TouchKit Sampler
, in the Image Upload view.

It’s perhaps a bit complex to use, but anyhow.