TypeError: Object(…) is not a function
at SocialSharing.canShareViaEmail
declared in mi app.module.ts
import {SocialSharing} from ‘@ionic-native/social-sharing/ngx’;
providers[
SocialSharing
]
Hey there. I am about to implement this plugin into my app, which is tested on iOS device right now.
But whenever I tap the Share Via Instagram button, the prompt will popup, but I cant see the instagram app in there and also in xCode here is some errors from the log:
LPFileMetadataProviderSpecialization failed to retrieve a thumbnail from QuickLookThumbnailing (Error Domain=QLThumbnailErrorDomain Code=0 "Could not generate a thumbnail")
...
[ShareSheet] connection invalidated
...
SLRemoteComposeViewController: (this may be harmless) viewServiceDidTerminateWithError: Error Domain=_UIViewServiceErrorDomain Code=1 "(null)" UserInfo={Terminated=disconnect method}
DId you faced with this kind of problem, after you ran the app on device? I don’t really understand why is not working…I also tried the instagram plugin, which has fewer options, but it also should work. But Whenever I take a picture, and it calls the shareViaInstagram I can’t see the Instagram app, or it won’t do anything, only those errors, which i pasted.