launching camera from web view?
I am using:
var ref = window.open('http://mydomain.com/page.php', '_self', 'location=yes');
to open a browser window in my appery app
i wonder if i can (on page.php on my website) add any code to launch the device camera?