currently I'm trying to install the BarcodeScanner Plugin for Phonegap Version 3.0.0. I can't find any working documentation on how to install it correctly and I didn't figure it out myself. So I would really appreciate any help! Thank y...
I am having problems with checking if a device has no internet connection. I am using cordova 5.0.0 CLI. This is my code: if(navigator.onLine) { alert("online"); } else { alert("offline"); window.open("404.html"); } T...
How can I display online PDF in My Phonegap App. I am trying iframe but PDF is not display any other solution? I want to display PDF from URL in my App not display in default PDF viewer. Thanks in advance...
Hi i am doing an app in phonegap which need to have multiple attachment but i am unable to have multiple attachment. Any solution for this. My code are as below: <html> <head> <script type="text/javascript&...
I am basically using this https://github.com/googlesamples/android-vision with a few changes and it works perfectly on my android device. Anyway, I would like to use it inside PhoneGap. The idea is to build the rest of the application in javascript/h...
I am developping a web app for iOS and Android, using the last version of PhoneGap. I want to send Notifications to the users on their phone's status bar, and I cannot figure out how to do that. It seems that there was a Cordova plugin (StatusBa...
I'm downloading a multi-part mime encoded image to iOS like this: var ft = new FileTransfer(); url = encodeURI(url); ft.download(url, path, function(fileEntry) {}, function(err) {}); with path = "file://localhost/var/mobile/Applications/...
I'm looking for a way to programatically lock the orientation of a device in a PhoneGap/Cordova application using JavaScript for certain pages only. I am aware that in can be locked globally in the config.xml file but I am searching for a soluti...
I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J. B...
I've read Cordova's tutorials, but I'm not sure they've given me enough information. EDITED TO SHOW UPDATED CODE: Let me show you my code: From the config.xml: <plugin name="someMethod" value="MyPluginClass" /&g...
©2020 All rights reserved.