Lewis Smallwood

Results 5 comments of Lewis Smallwood

Hey there, for anyone that still needs this, I built upon the module to support callbacks in the form of promises. https://www.npmjs.com/package/nativescript-social-share-v2 It is a backwards-compatible module that can be...

We are also experiencing this problem since upgrading to iOS 15.

Similar issues have been reported on GitHub in other repositories. (e.g. [Video not displaying in iOS 15](https://github.com/ogoguel/activegs-ios/issues/15)) I have submitted a bug report to Apple, awaiting their response.

I am also having this problem. It's like the `NSCFacebookUIAppDelegateExt` isn't being used. I tested this with the new `addDelegateHandler` and I can see the events when the user returns...

I did some more digging, and have found a fix that utilizes the new `addDelegateHandler` added in [v8.6.0](https://github.com/NativeScript/NativeScript/releases/tag/8.6.0-core). It would be useful if this could be merged into the plugin's...