phonegap-plugins

Cordova: Build Without “-all_load”

*爱你&永不变心* 提交于 2019-12-23 23:26:10
问题 I am having an issue while building an iOS app with Cordova and a third-party plugin that ships with a native SDK. Cordova requires Linker Flag "-all_load" which other SDK is not happy about. I read this post about "-all_load" flag: Alternative for all_load in XCode's Other Linker Flags sounds like I might be able to use "-force_load" instead and specify the "object file" that Cordova wants. I do not know much about the Cordova's internals. Has anyone had the same problem and was successfully

Phonegap facebook plugin: various issues with android

半腔热情 提交于 2019-12-23 20:13:32
问题 I'm trying to integrate Phonegap 3.1 with phonegap-facebook-plugin, to make my application able to login with facebook: https://github.com/phonegap/phonegap-facebook-plugin After various searches I found a way to make it work with last version of phonegap, but I'm having 2 main issues: 1) I really don't understand how to configure the "Native Android App" on facebook developer panel, in particular the "Class Name". Information I found online are a bit confusing. I tried: com.facebook

Can I use the JavaScript facebook SDK for phonegap apps?

你。 提交于 2019-12-23 20:08:21
问题 I am not sure whether my question is appropriate or not. I am integrating facebook for the first time and also for the for first my app is multi-platform. I am integrating facebook in my app for iphone and android.My question are below: 1)If i am doing it with plugin i have to do it separately for both iPhone and Android. Is there any way to integrate Facebook for both in a single effort for eg by using Javascript SDK 2)If yes what it is? and if possible any sample. Thanks in advance 回答1: You

Estimote iBeacons and Cordova - sending push notifications when app is killed iOS

a 夏天 提交于 2019-12-23 18:01:09
问题 I'm making an app with Apache Cordova with Evothings Javascript plugin and Estimote iBeacons. I've managed to get push notifications working with the Phonegap PushPlugin when the app is int eh background (not completely closed), however I want to take it a step further and receive a push notification when in range of the iBeacons when the app is completely killed. I've seen this is possible from various posts in the Estimote community and here on Stack overflow by using native Xcode

Phonegap getPicture method fails when image file names with spaces in Android

旧巷老猫 提交于 2019-12-23 16:30:13
问题 I'm using the latest version of the phonegap camera plugin (i.e. 0.2.9) and 3.5 of phonegap Build, testing on Android, below is my code for getting images: navigator.camera.getPicture(uploadPhoto, function(message) { console.log('get picture failed');alert(message) }, { quality: 50, targetWidth: 400, targetHeight: 400, destinationType: navigator.camera.DestinationType.FILE_URI, sourceType: navigator.camera.PictureSourceType.PHOTOLIBRARY } ); when i choose an image where its filename without

Is mediaelement.js compatible with Phonegap?

六眼飞鱼酱① 提交于 2019-12-23 07:13:33
问题 I am building a phonegap application where i need to use video and audio streaming feature, i found that mediaelementjs seems more suitable for cross platform video and audio feature. I created one demo and its working fine on iOS & Android browsers, but when i prepared phonegap build its not playing video or audio on android device. Is mediaelement.js compatible with phonegap?if no then is there any other video\audio player plugin available which can use with phonegap, instead of using

Phonegap DateTime Picker plugin compatible with platforms Android,Ios and Windows Phone

北城以北 提交于 2019-12-23 03:55:07
问题 Could you please suggest me any Phonegap DateTime Picker plugin that is compatible with platforms Android,Ios and Windows Phones? 回答1: We have number of plugins avail for datepicker, As I tried this already, I would recommend you to follow below steps to make it work, Step 1: Run the following command cordova plugin add https://github.com/mrfoh/cordova-datepicker-plugin Step 2: Handle the click $('.nativedatepicker').focus(function(event) { var currentField = $(this); var myNewDate = Date

how use plugin jquery in framework7

拜拜、爱过 提交于 2019-12-23 03:15:16
问题 I am trying to build a mobile application with Cordova and I have chosen the framework named "framework7". In the application I have HTML page have textboxes time, when the user clicks on the textbox clock picker will be display (clockpicker jquery plugin) Now the main issue is that the framework7 doesn't allow the jquery plugins to work with it can anyone help me 回答1: ofcourse jquery works with cordova i used jquery for all my app that i wrote with cordova .dowload jquery and add your

Starting activity from phonegap plugin-webIntent

落爺英雄遲暮 提交于 2019-12-23 01:27:09
问题 I have configured webintent plugin in my android app . I want to start an activity from a button click on my UI page . The activity takes no params . I have gone through this link https://github.com/phonegap/phonegap-plugins/tree/master/Android/WebIntent/ but i m not getting how to call a such a simple activity . Not able to get the what url field is used for .... . One more , are thing any configuration required in manifest file such as intent filters for calling activity . 回答1: Not sure if

Can't get cordova-plugin-statusbar to set color on Android

我只是一个虾纸丫 提交于 2019-12-22 19:24:27
问题 This question is similar to this one however I've tried everything and still can't get cordova-plugin-statusbar to work. I'm using PhoneGap Build to create a PhoneGap / Cordova app. In config.xml I have the plugin included like so: <gap:plugin name="cordova-plugin-statusbar" source="npm" /> And then I have some JavaScript to set the status bar color: document.addEventListener('deviceready', SetStatusBarColor, false); function SetStatusBarColor() { if (StatusBar) { StatusBar