Social Sharing Not Working on Ionic View

I cannot make the social sharing working on Ionic View.

Here is my list of cordova plugins in package.json:

“cordovaPlugins”: [
“cordova-plugin-device”,
“cordova-plugin-console”,
“cordova-plugin-inappbrowser”,
“nl.x-services.plugins.socialsharing”,
“com.ionic.keyboard”
],

Am I missing something ?

The Ionic View app only supports certain plugins, a full list of supported plugins can be seen here: http://docs.ionic.io/v1.0/docs/view-usage

Since your app is being hosted inside of the Ionic View app, your app will only work with those plugins. You can request to have a plugin added by submitting an issue, but I believe it’s already been requested here: https://github.com/driftyco/ionic-view-issues/issues/15

that explains everything. Thank you.

H

1 Like

Thanks, you save me after 4 hours :frowning: