0

there is a standard web page.

No cordova / phonegap app

can I use a plugin from cordova / phonegap to open native twitter / facebook for sharing?

I was thinking about using this

https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin

I was reading here but no clear answer was given:

Phonegap web app in regular desktop browsers

Toskan
  • 13,911
  • 14
  • 95
  • 185

1 Answers1

1

No you can't use the cordova plugin in the standard web pages.

As the cordova plugin are the native code for android and iOS.

So if you have standard web page you have to use web plugin As if you have angularjs in your web page then you can use angular social share plugin for sharing.

Hope this helps

Anuj.T
  • 1,598
  • 16
  • 31