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/).