mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 11:52:53 +08:00
Updated docs for browser
This commit is contained in:
parent
b2403c6076
commit
a423e57c8a
@ -78,6 +78,7 @@ than `DATA_URL`.
|
|||||||
- Amazon Fire OS
|
- Amazon Fire OS
|
||||||
- Android
|
- Android
|
||||||
- BlackBerry 10
|
- BlackBerry 10
|
||||||
|
- Browser
|
||||||
- Firefox OS
|
- Firefox OS
|
||||||
- iOS
|
- iOS
|
||||||
- Tizen
|
- 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
|
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.
|
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
|
### Firefox OS Quirks
|
||||||
|
|
||||||
Camera plugin is currently implemented using [Web Activities](https://hacks.mozilla.org/2013/01/introducing-web-activities/).
|
Camera plugin is currently implemented using [Web Activities](https://hacks.mozilla.org/2013/01/introducing-web-activities/).
|
||||||
|
Loading…
Reference in New Issue
Block a user