Updated docs for browser

This commit is contained in:
Suraj Pindoria 2014-09-04 14:51:24 -07:00
parent b2403c6076
commit a423e57c8a

View File

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