Dave Pol Lomber
Dave Pol Lomber
The solution https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-925737047 works well for me
Thanks @woj-tek Is this one obsolete https://github.com/tigase/tigase-server/blob/master/src/main/java/tigase/xmpp/impl/PepPlugin.java#L58 ? I see it requires to provide the 'pubsub-component' config. Can you just let me know what was the required format in past?
I will definitely check the new PepPlugin from PubSub The thing with an old one is that some time ago I adopted it in my project successful. And now I...
@stephanoparaskeva one suggestion is a proper place where to call ``` InCallManager.setSpeakerphoneOn(true); InCallManager.setForceSpeakerphoneOn(true) ``` I suggest to try to call it after video call is established, after e.g. 500ms timeout,...
``` RNFS.stat(fileUri).then(fileStat => { }); ``` It just crashes if I try to share image from Photos app, e.g. this one: 'content://com.google.android.apps.photos.contentprovider/1/1/mediakey%3A%2Flocal%253Af752e9f9-7259-4b0a-8ed7-0c8e30f46730/REQUIRE_ORIGINAL/NONE/88846342' ``` 2019-10-18 14:11:30.989 13134-13231/? W/System.err: java.lang.NullPointerException 2019-10-18 14:11:30.989...
@mafiusu Here is a MR with a fix https://github.com/i6mi6/react-native-parallax-scroll-view/pull/134/files
same issue, any solutions?
Getting this error when press Add button ``` 2022-10-25 13:23:53.761188+0300 MyApp[3773:606305] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil' ```
@mBarlescu thanks for pointing this out Never seen this before If you could point to the exact place where it should be added or - even better - create a...
@saimohanayinam do you use p2p or conference calls ?