arron
Posts: 0
Joined: Sun Nov 23, 2014 8:59 am

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

launching camera from web view?

Hi Arron,

You can use HTML5 Media Capture now in modern browser, please check out this article:
:: http://www.html5rocks.com/en/tutorial...

I should also point out that you don't need to do anything special with your php form in order to store the image...it acts just like a standard file upload input in a browser.

Return to “Issues”