Norman Breau
Norman Breau
Please supply any errors reported in the console, or wrap the `captureVideo` method around a try/catch to log any potential errors. I'd assume you are receiving one of these [errors](https://github.com/apache/cordova-plugin-media-capture#constants)....
> @breautek thanks for the unmatched lib, I'm wondering if what I propose would be acceptable for you. > If not, do you find the issue relevant? In that case...
> But I think changing the communication scheme between the Plugins and Cordova, while the best move, is a very wide change to Cordova Maybe, I'm not too familiar with...
Just posting some relevant information for this feature request. Currently not configurable but this is already done on iOS. Note `distanceFilter` which I believe is in meters. https://github.com/apache/cordova-plugin-geolocation/blob/6be29f2cdcfeae5ca8ab35b4fa6d60a256276df6/src/ios/CDVLocation.m#L140-L151 As for...
> How to enable this for iOS The plugin has the value hard coded to be 5 meters when high accuracy is enabled, or 10 meters otherwise. > For Android,...
For the record, I'm having a quick scan through Android Location documentation and it doesn't look like they have a distance filter concept either. Their [battery saving recommendations](https://developer.android.com/guide/topics/location/battery) makes no...
> Whoever marked my comment as spam is wrong. That suggestion on the URL works. The linked article is about installing NPM modules. This issue is about the cordova file...
Can you take a moment to test the development version of the plugin? I believe this would be resolved by https://github.com/apache/cordova-plugin-statusbar/pull/171 which hasn't been released yet. You can install the...
Are you able to provide the stacktrace for the error? Perhaps breakpointing to inspect the kind of object that is being tried to be fed in. I think this information...
I believe this might be related to #110