Mark Watkins
Mark Watkins
Am attempting to replace Masonry with Colcade in an AngularJS project, and cannot make it work as expected. wondering if anyone has advice. The natural approach is to do an...
**What version of Streaming-Meda-Cordova-Plugin are you using?** V2.2 **What version of Cordova are you using?** N/a **What devices are affected?** n/a **Please describe the issue in detail, with relevant code...
# Bug Report ## Problem When using this plugin with a device connected to a bluetooth headset, the play() method outputs to the headset (as expected), not the device's speaker,...
### Alipay reference in iOS SDK causing app store approval issues I have an iOS app that uses the JITSI iOS SDK for in-app meetings. If one reviews the main.jsbundle...
(Thanks for this plugin, btw!) After installing the plugin into an Ionic iOS App, each time I build from the command line, I receive the following error: `....../ios/App/Pods/Pods.xcodeproj: error: Signing...
Build a standard blank Ionic project, add the ios platform, Add the push plugin, build => Builds OK Add the OpenWith plugin, and build will fail. NOTE: This is quite...
Great plugin! Thank you so much for putting it together! Question: I have an app that I would like to receive shares of text from other apps, but can't accept...
**Describe the bug** On Android, when retrieving contacts from the device (which are via Google Contacts), fields are frequently, but not always, duplicated, and sometimes altered. For example, a contact...
I'm having trouble with memory leaks on large feeds. The documentation (https://simplepie.org/wiki/faq/i_m_getting_memory_leaks) suggests the following approach: ``` $item = $feed->get_item(0); $feed->__destruct(); // Do what PHP should be doing on it's...