I am trying to capture a Picture within a Windows Phone 8.1 app and I saw a very promising answer here at stockoverflow: Photo capture on Windows Store App for Windows Phone
But I am developing with JavaScript and HTML. Unfortunately I can not find a solution within this environment. In the stackoverflow answer CaptureElement is mentioned but on the official site from Microsoft about the CaptureElement class one can read for javascript:
No code example is currently available or this language may not be supported.
How is it possible to take a picture with JavaScript? Thanks a lot for any ideas!
Cheers, Tim.