A Cordova plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on.
-1
votes
0answers
9 views
Accessing Phonegap values in Android
I am currently working on a communication app in Phonegap that works like a chatroom. I am using the background service plugin listed on the Phonegap plugins page in github for android. I need the app ...
0
votes
0answers
9 views
How to build Phonegap plugin for native contact picker (Android)?
How do I even start doing this? I can't find any good documentation to really guide me through this process. I am willing to do the work and try to read and understand, but I almost don't know how to ...
0
votes
0answers
14 views
Will the app developed in Andriod will still be able to be automatically converted to IOS?
I am developing a phonegap app in which I need to do some background operations when my app is closed.
Edited - Background operation :: Perform a pull operation at a regular interval from an external ...
0
votes
0answers
13 views
Changing Application Theme on Android for PhoneGap App (using phonegap Build)
I am using PhoneGap Build, and I want to change the Theme for my Android application from the default Dark to Holo Light.
Any idea how can I do it?
Can I create a plugin that changes the ...
0
votes
0answers
20 views
PhoneGap Build + Facebook Plugin - iOS App Crashes when posting to wall w/ PG 2.5.0 (worked w/ 2.2.0)
See below: I've been able to recreate the problem with the Simple and Hackbook examples.
My iOS app's facebook integration was working just great with PhoneGap 2.2.0. Once I updated the app to ...
2
votes
0answers
21 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 ...
0
votes
0answers
16 views
How can add a Loading Dialog Box in my Childbrowser of a particular website and hide it when the page loads up?
i have been working on an Android app and i have integrated Child Browser using phonegap plugin and its been working fine on my Android device i have been also been able disable the address bar and ...
0
votes
0answers
16 views
Phonegap Android Contact Picker Plugin (updating a plugin)
In my PhoneGap app, I am trying to get the native Android contact picker to launch so I can fetch some phone numbers.
I researched online and couldn't find much until I saw the ContactView plugin:
...
-2
votes
1answer
17 views
How do I choose and play a local audio file in HTML5/Phonegap?
I'm trying to write a simple HTML5 media player that can play a local audio file. The Phonegap Media API seems like the perfect tool for my services, but from what I can tell it assumes I know the ...
0
votes
0answers
15 views
phonegap plugins barcodescanner disable menu button
I'm making an android app using phonegap. I'm using the barcodescanner plugin. I have a slight problem though. When I click the menu button on my phone or in the emulator it causes the app to ...
0
votes
1answer
22 views
How to create a white Alert on Android using PhoneGap?
I want to show a popup similar to this one on Android using PhoneGap.Is this a native popup? or is it designed by Twitter?
I can't find its name on the internet
Using JavaScript:alert and ...
1
vote
0answers
17 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 ...
0
votes
0answers
16 views
phonegap push custom field
I have phonegap project for android, ios and wp7. I'm using GMC plugin for push notifications. Normal push works fine, I'm able to register, send my token to serwer and receive pushes and show them in ...
0
votes
1answer
84 views
Cordova 2.7.0 PushPlugin “cordova cannot be resolved” and “ctx cannot be resolved”
What I've done....
Created the cordova project using ./create in the cordova-android bin
Added PushPlugin via cordova-plugman
Added cordova-2.7.0.jar to the /libs directory
Cordova is complaining ...
0
votes
0answers
19 views
sendJavascript() method from normal Android
In phone gap is there any way to call sendJavascript from normal Android activity.
And By normal android activity I mean not from Plugin extended class.
I can do it easily with Phonegap plugin ...
0
votes
1answer
32 views
Facebook Javascript SDK: Publish actions with custom Open Graph objects
I'm working on my Cordova application to get it more viral. Therefore I want to include Facebook and the Open Graph API to publish in the news stream of playing users, when they archive new things in ...
0
votes
1answer
16 views
“PushPlugin not found” using Cordova 2.5 for iOS
I am using PushPlugin https://github.com/phonegap-build/PushPlugin and Cordova 2.5 for an iOS applicaiton.
In my Plugins folder I have these files:
Appdelegate+notification.h,
...
1
vote
0answers
18 views
Cannot send multiple product items to paypal plugin using phonegap
Am trying to integrate PayPal plugin for PhoneGap in ios where with the plugin we can send only one product to the Paypal (standard PayPal checkout). I cannot send multiple product items to that ...
0
votes
0answers
18 views
Unable to scan 1 particular QR Code
I have build a barcode-scanner app using phonegap for iOS to scan QRcode, it work perfectly fine but only 1 set of QRcode, I m unable to scan it.
the error is "Invalid position (ReedSolomonDecoder)", ...
0
votes
0answers
54 views
webview.sendJavascript not getting called from android service class
I am trying to use send javascript method using COrdova and Android native.
When I call my this.webView.sendJavascript("javascript:display();"); from Phonegap plugin it executes properly but same ...
0
votes
1answer
34 views
PhoneGap PushPlugin installation - Android
While trying to install the PushPlugin for push notifications on PhoneGap
https://github.com/phonegap-build/PushPlugin
The Manual Installation process for Android required adding a few lines to the ...
-1
votes
0answers
28 views
Using XMPP in Phonegap [closed]
I'm new to XMPP and phonegap, I'm trying to implement a chat based application using phonegap, i have installed openfire in the server for chat application. Anyone help me out how to implement chat ...
0
votes
0answers
17 views
Auto-Play HTTPS video in Android
Is there any way that I can make this code play a video if the url is HTTPS ?
My app is a JqueryMobile app and I am trying to auto-play an MP4 video using android's native player & phonegap. Is ...
1
vote
0answers
16 views
Cordova: can I display a native application component in a div?
I am considering using Cordova to build a mobile application. The main driver is that I want to be able to port my app to multiple platforms without having to re-write the presentation layer. I like ...
0
votes
1answer
57 views
Windows Phone 8 PhoneGap Barcodescanner
I've been trying to use Windows Phone 8 with PhoneGap and the Plugin (https://github.com/phonegap/phonegap-plugins/tree/master/WindowsPhone/BarcodeScanner) for BarcodeScanning. But I don't know how to ...
0
votes
1answer
29 views
Phonegap captureImage does nothing
I've built my first iOS app and everything works but snapping photos.
Below is my Phonegap config file and further down the JavaScript part that according to my understanding of the manual should let ...
0
votes
0answers
37 views
Phonegap-Plugin ExternalFileUtil doesn't work on all devices
I'm using the ExternalFileUtil-Plugin from Phonegap (https://github.com/phonegap/phonegap-plugins/tree/master/iOS/ExternalFileUtil). But it work's only at iPhone. It work's on iPhone-simulator with ...
0
votes
0answers
38 views
Push notification using pushwoosh
I made ​​a sample application of pushwoosh. There are two examples that I use that is using java and phonegap. Which uses java runs fine, but there seems to be less in the sample using phonegap. Is ...
1
vote
1answer
145 views
FacebookConnect plugin with phonegap adobe build not working
I have a Phonegap projct which is being built with adobe build.
I want to integrate FacebookConnect as per this git / tutorial page : https://github.com/phonegap-build/FacebookConnect
This is my ...
1
vote
0answers
30 views
Phonegap - prevent screen lock
I am doing some investigation in to developing an app that will target Android/iOS/win phone mainly.
I will probably use phonegap build.
I can not get an answer regarding the following.
Can i prevent ...
0
votes
1answer
73 views
Long click event is not detecting in phonegap-android
I have one issue with regarding to phonegap-android.
Functionality is like when you touch on text *(on html page)* plugin will be called and dialog will be appeared. (Through which I have entered some ...
0
votes
0answers
42 views
Error while playing https videos using phonegap videoplayer plugin
I am using a phonegap plugin for Android to play videos using the native video player. https://github.com/macdonst/VideoPlayer
The plugin works fine with most of the videos except the https:// ...
0
votes
0answers
21 views
Payment Transaction State Failed
I am trying to make In-app purchase in my application using phonegap plugin which is https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/InAppPurchaseManager
but in sandbox testing i'm ...
0
votes
1answer
149 views
uploading images using PhoneGap FileTransfer to .NET WCF Rest Service
I am facing problem upload file from camera and gallery.
When selecting few images from gallery I am able to successfully upload the image to WCF service. Thus WCF service is working fine and so is ...
0
votes
0answers
62 views
Google plus sharing
I want to share some text on Google+ from my Phonegap App compatible on iOS and Android platforms. I have followed the link ...
0
votes
2answers
229 views
Falling back on PROMPT mode since _cordovaNative is missing. at file:///android_asset/www/js/cordova-2.3.0.js:1112
I am new to phonegap plugin; I thought of writing a small echo plugin; but I get this error
Falling back on PROMPT mode since _cordovaNative is missing. at ...
0
votes
1answer
76 views
sendJavascript function not defined error in Cordova Plugin salesforce
I am trying to create a salesforce plugin in which i want to push data back to JS from my java code (which is basically a background process)
But its always giving me error for line ...
2
votes
1answer
33 views
How to handle exception in JavaScript if any exception thrown while executing native java API
I am building a Hybrid application using Phonegap on Android, their is a scenario where I am calling java API from JavaScript using Android WebView.
I want to catch exception in JavaScript if any ...
1
vote
0answers
58 views
Service not getting called from PhoneGap plugin code
I am trying to call a service from my phonegap plugin class.I tried all answers provided here but could not. Service not getting called.
Need help ..
Plugin Java code -
package ...
0
votes
0answers
38 views
Trigger the native contacts ui in phonegap [ios]
I've been looking through the documentation for the Contacts API and there are ways to retrieve and save contacts to display them on your own UI.
But is there any way to trigger the native contacts ...
0
votes
1answer
73 views
iOS Facebook Login from Phonegap application crashes app
I use facebook-connect as a plugin in my phonegap (cordova 2.5) application on iOS. It worked all well, we tested the application on various devices and released it to the store. It passed the review ...
0
votes
1answer
33 views
Can't access to extern variable from another class
I've created a phonegap plugin to give a variable to native code. That works fine. Now I need to access to this value from other classes so I decided to create an extern NSString.
.h
extern ...
0
votes
0answers
20 views
cordova startup which plugins are required?
When creating a webapp with cordova/phonegap, if I dont use any plugins,it seems
I dont really need cordova.js,
I can remove all <uses-permission from the manifest.xml (android)
I can remove ...
0
votes
0answers
19 views
Video play quality differs on different versions of android
Hi am using Phonegap to create an application. This app should support 4.x. In this application I have to play a video.The videos are placed in the local file system and are of very high quality. For ...
0
votes
0answers
48 views
Facebook “error 2” with Phonegap Build Facebook Connect Plugin on ios
OK, I'm experiencing the "Error 2" problem and there are lots of questions / answers about this on this site. Here's a very well put-together one:
com.facebook.sdk error 2 on iOS
However, while ...
0
votes
1answer
103 views
Pushwoosh phonegap plugin, retrieving device ID
I'm using the pushwoosh phonegap plugin for push notifications. After successful registration I need to store the device ID that the registration used in the "hwid" parameter so that I can target ...
0
votes
1answer
113 views
File Upload error using phone gap and php
I'm trying to Upload a image from android Emulator, using phonegap, while transferring the file from emulator to php file in server i'm getting File Transfer error. Can any one please suggest how to ...
0
votes
0answers
152 views
How to style phonegap's inApp Browser window?
I am developing Sencha touch application with Phonegap for iPad. In my app I am opening Twitter & FB login/share dialog in InApp Browser window but the problem is the toolbar and buttons on this ...
0
votes
0answers
52 views
Phonegap Source Code?
I just downloaded the phonegap version 2.6.0 zip packeage. Finding the source code for IOS and Android among the convoluted folder tree structure seems to be a hassle though. Can anyone tell me ...
0
votes
1answer
16 views
Add shareToSms function to Cordova ShareKit Plugin
I would like to implement a function to directly share to Sms in the ShareKit Plugin. It have 3 builted-in function to share directly to Facebook, Mail and Twitter. I took a look in plugin code and it ...



