We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbfd70 commit e55c0c3Copy full SHA for e55c0c3
src/plugins/media-capture.ts
@@ -1,5 +1,6 @@
1
import {Plugin, Cordova, CordovaProperty} from './plugin';
2
import {Observable} from 'rxjs/Rx';
3
+declare var navigator: any;
4
/**
5
* @name Media Capture
6
* @description
@@ -8,7 +9,7 @@ import {Observable} from 'rxjs/Rx';
8
9
* import {MediaCapture} from 'ionic-native';
10
*
11
* ...
- *
12
+ *
13
* let options: CaptureImageOptions = { limit: 3 };
14
* MediaCapture.captureImage(options)
15
* .then(
0 commit comments