phonegap-plugins

Merging Users in Kinvey

我与影子孤独终老i 提交于 2019-12-12 17:22:58
问题 Situation: User A registers an account in our application and logs in. For what ever reason logs out. Logs in to the application again using Facebook social sign on with an account that has the same email associated with it as the original registration had. A second account is created for this sign on and 2 accounts exist in the system. How can I merge these accounts into a single account during the social sign on (by querying for the existence of that email) automatically or with User

phonegap ios fixed input field on virtual keyboard

佐手、 提交于 2019-12-12 14:24:00
问题 'm creating an phonegap application with jquery Mobile. in my app a fixed input Field appear on the top of virtual keyboard , thats work fine in android , but in IOS when virtual keyboard appears it not work. my issue is smaller to this IOS Fixed footer toolbar breaks on virtual keyboard js header_height = $('.main-header').height(); footer_height = $('.footer').height(); footer_input_height = $('.fixed_bottom').height(); $('.fixed_bottom').css('bottom',footer_height+'px'); $('#messages .ui

Phonegap FileTransfer error code returns null

ε祈祈猫儿з 提交于 2019-12-12 14:23:11
问题 I've been implementing upload picture functionality in Phonegap. My server side code is already ready. Ive installed plugins File and FileTransfer but when i try to upload a picture to my server, the code always fail and will always go to fail() function. I cannot determine whats the error since error.code, error.source, error.target is always null. Why am i getting null on error.code? I cannot determine whats wrong here so i really need your help. This is my code : var pictureSource =

PhoneGap with Blackberry OS 10

你。 提交于 2019-12-12 14:21:33
问题 I would like to know whether PhoneGap sdk supports Blackberry OS 10 build? I think it is .bar file, am I correct? 回答1: ** Update ** At the time of this original answer, PhoneGap did NOT support BB10, however a lot has changed at you can now successfully build PhoneGap apps targeting BlackBerry 10. I've re-written the PhoneGap Getting Started Guide (http://docs.phonegap.com/en/2.6.0/guide_getting-started_blackberry_index.md.html#Getting%20Started%20with%20BlackBerry) And a Knowledge Base

Invoking Date Time Picker plugin in Windows Phone 8

本小妞迷上赌 提交于 2019-12-12 13:12:10
问题 I have successfully created a new Cordova Windows Phone 8 Project using CLI. I have also successfully added this Date time picker Plguin also, [Like it says on that page using CLI] That plugin is for displaying native Date Time Picker on Textbox. Now iam trying to invoke that plugin, I tried, <input type="Date" id="samp" /> <input type="datetime" id="samp" /> <input type="datetime-local" id="samp" /> etc.. in my code, but no native datetime picker is displaying in my app. Can somebody help me

Unable to load image when selected from the gallery on Android in phonegap

守給你的承諾、 提交于 2019-12-12 12:08:02
问题 I want to select image form android gallery and upload image to server. My code works properly for IOS apps. But not getting image from android phone. Inside android app getting show image url like this content://com.android.providers.media.documents/document/image%3A352 What should I do to get the right image extension from Android gallery? I am using Hybird App with Phonegap. document.addEventListener("deviceready", onDeviceReady, false); // device APIs are available // function

Cordova plugins manual installation

泄露秘密 提交于 2019-12-12 11:52:30
问题 i tried to install this plugin on my Phonegap app, but the object window.tlantic.plugins.socket seems not to be istantiated. I think it's because when i try to install that plugin with cordova plugin add com.tlantic.plugins.socket it can't find it, so i have to use the entire url cordova plugin add https://github.com/Tlantic/cdv-socket-plugin/ and the installation works but not the plugin. If i build it from build.phonegap.com it returns Error - The following plugin, plugin version or a

PhoneGap 3.1.0 without node / npm and command line tools

一笑奈何 提交于 2019-12-12 11:18:42
问题 Is it possible to download and consume PhoneGap 3.1.0 without node package. Having a restricted network connection, its annoying to install node, PhoneGap module, Cordova module and plugin's from git hub command lines. Consuming PhoneGap 2.9 seems to be so easy and simple. Can we download PhoneGap 3.1 as like 2.9 without these dependencies? Is there any direct download link for 3.1 ? 回答1: You can use Cordova 3.1 instead: Download You can compare this Stackoverflow question and Layinkas answer

Phonegap 3.5 Media Plugin Error on iOS “Failed to start recording using AvAudioRecorder”

那年仲夏 提交于 2019-12-12 11:08:41
问题 I am trying to let users record an audio file in a Phonegap app. It works well on Android, but on iOS I get the following error when the recording should start: "Failed to start recording using AvAudioRecorder". I use a .wav filename, I create the file first, I have followed all instructions I have found and I keep getting the error. This is the piece of code: theFileSystem.root.getFile(filename,{create:true},function(fileEntry){ mediaFileURL = fileEntry.toURL(); console.log('Created file ' +

Plugin to get the version of PhoneGap App?

*爱你&永不变心* 提交于 2019-12-12 09:31:28
问题 I am using PhoneGap build to package my app is there any PhoneGap or 3rd Party Plugin that I can include in my config.xml to get the version of the app in the runtime? Any suggestion on best way to get the version of the App would be appriciated. 回答1: This plugin works on iOS, Windows Phone 8 and Android: http://plugreg.com/plugin/whiteoctober/cordova-plugin-app-version If you're using the Cordova CLI, you can install via: cordova plugin add https://github.com/whiteoctober/cordova-plugin-app