From a423e57c8a42d96684af807d023d592b1c8c64ce Mon Sep 17 00:00:00 2001 From: Suraj Pindoria Date: Thu, 4 Sep 2014 14:51:24 -0700 Subject: [PATCH] Updated docs for browser --- doc/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/index.md b/doc/index.md index 027d7be..8429769 100644 --- a/doc/index.md +++ b/doc/index.md @@ -78,6 +78,7 @@ than `DATA_URL`. - Amazon Fire OS - Android - BlackBerry 10 +- Browser - Firefox OS - iOS - Tizen @@ -96,6 +97,10 @@ Android uses intents to launch the camera activity on the device to capture images, and on phones with low memory, the Cordova activity may be killed. In this scenario, the image may not appear when the Cordova activity is restored. +### Browser Quirks + +Can only return photos as base64-encoded image. + ### Firefox OS Quirks Camera plugin is currently implemented using [Web Activities](https://hacks.mozilla.org/2013/01/introducing-web-activities/).