Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 981
Anup Avatar asked Oct 04 '22 07:10

Anup


2 Answers

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.

like image 132
Thomas Kosiewski Avatar answered Oct 13 '22 11:10

Thomas Kosiewski


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

like image 37
MattTheHack Avatar answered Oct 13 '22 12:10

MattTheHack