Mark Veenstra

Results 16 issues of Mark Veenstra

I have been testing this plugin with [our example app](https://github.com/Mobilea/cordova-plugin-opentokjs-example), but I am running into an issue with iOS. The subscriber stream on iOS states: `The stream was unable to...

### Expected behaviour I would like to get the current call state on an iOS device, just like the Android equivalent `callState` ### Actual behaviour `callState` now unavailable on iOS...

Within your [`lib/common_widgets/platform_widget.dart`](https://github.com/bizz84/firebase_auth_demo_flutter/blob/master/lib/common_widgets/platform_widget.dart#L13) you test if the `Platform.isIOS`, which is absolutely correct for testing the real Platform. But with the Flutter Inspector you can also change the platform to iOS...

enhancement

As a follow up from #543 I am wondering if the `--wait` could be implemented in all deletes? Or I need to do some extra checks when deleting stuff, for...

enhancement

# Feature Request ## Motivation Behind Feature This plugin overwrites standard Web API implementations like: | Plugin Clobber | Standard Web API | | -------------------- | ------------------------- | | [`window.File`](https://github.com/apache/cordova-plugin-file/blob/rel/6.0.1/plugin.xml#L49)...

enhancement

### Platforms affected browser ### Motivation and Context Allows the plugin to properly detect the new Edge browser based on Chromium. https://github.com/apache/cordova-plugin-device/issues/113 ### Description The new Chromium based Edge browser...

# Bug Report ## Problem ### What is expected to happen? The[ `device.model`](https://github.com/apache/cordova-plugin-device#devicemodel) which will execute [this code](https://github.com/apache/cordova-plugin-device/blob/master/src/browser/DeviceProxy.js#L35), now detects the new Edge browser which is based on Chromium and...

Since Cordova 4.0 (http://cordova.apache.org/announcements/2014/10/16/cordova-4.html) it is possible to add browser as a platform. We noticed that the browsers need a different JS file (http://static.opentok.com/webrtc/v2.2/js/opentok.min.js). Could you make sure that when...

Hi, It could be handy to have `yq` installed in the image for YAML file processing. For example to get the version from a pubspec.yaml during ci/cd builds. See: https://github.com/mikefarah/yq#on-ubuntu-1604-or-higher-from-debian-package...