A Cordova(PhoneGap) plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on.
4
votes
0answers
266 views
How to integrate Scoreloop with PhoneGap
I'm writing a cross-platform game with PhoneGap (iOS + Android + Bada + WP7) and I would like to use Scoreloop for things like a shared leaderboard and in-app billing. How do I integrate Scoreloop and ...
3
votes
0answers
146 views
Closing AdMob Ads after opening in Cordova, for iOS
When I set the bannerView to hidden, there remains a white box overlaying my app. The ad disappears, but the space it occupied is now blocked off by a white box.
I'm using XCode 4.5.2, Cordova 2.2 ...
3
votes
0answers
203 views
Phonegap vertical tab bar / navigation bar
Is it possible to implement a vertical tab bar with PhoneGap (for iOS and Android)?
Something like this.
https://github.com/futuresimple/FSVerticalTabBarController#readme
I am new to Phonegap. I ...
2
votes
0answers
40 views
How to send a SMS through a Phone Gap application for the basic version?
I have tried implementing 3 different plug-in's for this in cordova-2.1.0
But nothing has worked out..
Plugin No: 1
source: here
error faced: full plugin file rather the java file had errors and ...
2
votes
0answers
426 views
cordova_plugins.json not found
I am using Sencha Touch 2.1 with PhoneGap 2.7.0 so that I can package it for iOS. The app loads fine until I package it with Sencha CMD by running sencha app build package.
In both the regular and ...
2
votes
0answers
96 views
Extracting WhatsApp messages from a Phonegap app
I'm trying to make a Phonegap app that will require pulling all the messages from a specific contact in WhatsApp.
So far I've found this guide: link
And I also read something about WhatsAPI but I ...
2
votes
0answers
94 views
Invalid Action Error in phonegap SMS plugin
I am creating a SMS plugin for phonegap in Android. I am getting an invalid action error when I am trying to send the message. I have looked at Android + phonegap +package manager. My problem is the ...
2
votes
0answers
87 views
Phonegap: output JS logs to XCode console
I am new in PhoneGap dev. (using cordova-2.5.0)
Trying to output some logs to XCode console by Javascript in HTML.
Any way can do this? (Console.log didn't work)
I am trying to use the PhoneGap ...
2
votes
0answers
94 views
Video can not play in facebook share by flowplayer
I would like to share video on facebook from my android phonegap applicatoion. It can share video with picture in facebook. But can not play the video. I integrate flowplayer. I upload ...
2
votes
0answers
156 views
Phonegap UDP sockets?
Is there, by any chance, possible to setup UDP sockets for a Phonegap app? By any available plugin or such? It has to be compatible with Android and iPhone.
I know TCP are available through Web ...
2
votes
0answers
74 views
Unable to use barcodescanner after using torch
I'm using Phonegap 2.5 and I've downloaded the latest versions of the BarcodeScanner and the Torch. If I use the torch and then try to scan an image I get "Sorry, the Android camera encountered a ...
2
votes
0answers
159 views
Phonegap Android: saved picture is shown as cache group
I used Phonegap and the image-resizer plugin to save images into the Android device with this code:
try {
// Obligatory Parameters, throw JSONException if not found
String filename = ...
2
votes
0answers
288 views
Change design on InAppBrowser for Cordova 2.3.0+/PhoneGap on iOS
We're using PhoneGap to package our web app on iOS and Android, and we're using the InAppBrowser plugin to display some external pages. We'd like to have this displayed in our own design, and not the ...
2
votes
0answers
202 views
Printing PDF through Phonegap
I would like to print a PDF displayed through a Childbrowser.
Is it possible?
I'm thinking of using the PrintPlugin from Phonegap but the problem is that it only accepts HTML string though I can ...
2
votes
0answers
66 views
Retreive Hosted Content from iTunes(PhoneGap)
Is there any library designed for PhoneGap to retreive Hosted Content data from iTunes (In-App purchase)? I was trying InAppPurchaseManager without any luck, maybe is not sufficient for my purposes. ...