Anup
Anup

Reputation: 3353

Cordova/Phonegap Plugins for Blackberry

In my Phonegap application I would like to implement login for Twitter and Facebook, and sharing for BlackBerry. Are there any plugins available for that? Preferably, a single plugin would handle iOS, Android and BlackBerry.

Upvotes: 5

Views: 523

Answers (2)

Thomas Kosiewski
Thomas Kosiewski

Reputation: 144

If I were you, I would have ported my PhoneGap app to WebWorks and let the invocation framework ( in case of BB10 ) do it for me.

Upvotes: 3

MattTheHack
MattTheHack

Reputation: 1394

As you have probably seen, the availability of plugins on the Blackberry platform is very sparse and to my knowledge a "plugin" for Blackberry that delivers the functionality you desire does not yet exist. You may instead like to contribute to the community by adding Blackberry functionality to these plugins :

PhoneGap Facebook Plugin

PhoneGap Twitter Plugin

Upvotes: 1

Related Questions