I am trying to develope a twitter login integration using phonegap 2.7.0 i followed a code
http://oodlestechnologies.com/blogs/Twitter-integration-on-PhoneGap-using-ChildBrowser-and-OAuth-for-iOS-and-Android-Platforms
and i included all plugins and twitter frame work but i found that those plugins are not compact able with phonegap 2.7.0. Anybody know which will be the correct twitter plugins,.js,.h,.m files for phonegap 2.7.0 ?
I have added a service and detailed decription on how to make it working for both Android and iOS. It uses InAppBrowser plugin and works for PhoneGap 3.1.0.
Related
I am finding any cordova plugin to PictureInPicture for IOS. There is one plugin only for PictureInPicture which is only developed for android and working fine but I need one for ios as well.
For android I have used the plugin https://www.npmjs.com/package/cordova-plugin-pip.
Please let me know if there is any plugin available or how I can achieve this.
I am trying to get google analytics setup with my ionic Android app using this plugin: https://github.com/danwilson/google-analytics-plugin.It works fine with my iOS ionic app.
I'm using the 1.6.0 version of the plugin; using commands such as "trackView" or "trackEvent" doesn't record anything to the analytics control panel. I have no console errors and initializing with "startTrackerWithId" using the key is successful.
Running the app on an iOS phone shows up in analytics, but not for android. So not sure what the issue is and why it isn't working only for Android?
Had the same issue with version 1.7.4.
Downgrade to version 1.5.5 did the trick.
You can do it by running cordova plugin remove cordova-plugin-google-analytics and then cordova plugin add cordova-plugin-google-analytics#1.5.5
Sorry if it's a stupid question but Google this time didn't help me.
I'm making my apps using cordova. I read that phone gap comes from cordova. I read also that now they are almost the same (if you open phone gap website it talks about cordova and gives cordova examples, so...).
Now my question is: in an app created with cordova, can I use a plugin for phonegap?
Example: just made work pushplugin for cordova (https://github.com/phonegap-build/PushPlugin). Now it says it's deprecated and to use phonegap-push-plugin (https://github.com/phonegap/phonegap-plugin-push) that is also completely different (and, if you're interested, already has problems with beta iOS 9).
So, if I have an app already made with cordova, can I add this new plugin?
Using phonegap plugin add phonegap-plugin-push or cordova plugin add phonegap-plugin-push?
Yes you can use latest push plugin in cordova by using cordova plugin add phonegap-plugin-push, if you have cordova verison >= 5.0 . Cordova and Phonegap both use same plugins almost.You can resolve your confusion about phongap and cordova from this http://phonegap.com/2012/03/19/phonegap-cordova-and-what%E2%80%99s-in-a-name/ ,but in short any plugin which is used in phonegap, can be used for cordova and vice versa. You can find different ids for same plugin like , for example for push plugin
phonegap-plugin-push and cordova-plugin-push-notification, but they both have same source code.
I am quoting a pargraph from post i mentioned :
PhoneGap is a distribution of Apache Cordova. You can think of Apache
Cordova as the engine that powers PhoneGap, similar to how WebKit is
the engine that powers Chrome or Safari.
i would like to implement the creativesdk-image editor(old time aviary) in my cordova app.
the plugins i've found are 2 years old and won't run since the sdk that was used is not working anymore(there is a new sdk), the issue is that the new sdk which runs on android required gradle and in my cordova app i ca't use gradle, is there a way to create a plugin for cordova which takes all the compiled classes from a android studio compiled gradle sdk and use it on cordova plugin for android ? (i am new to cordova and android gradle)
Have you tried Angular Aviary SDK? This project is 3 months old in github and provides AngularJS integration through an ngAviary directive, like so:
<a href="#"
target='<selector>'
on-save-button-clicked='onSaveButtonClicked(id)'
on-save='onSave(id, newURL)'
ng-aviary> Edit photo </a>
Quick answer
Try using the new Image Editor UI PhoneGap plugin (Cordova compatible).
There is also a PhoneGap template for this plugin, provided as a reference sample.
More info
The Creative SDK team recently collaborated with PhoneGap to release plugins that are compatible with PhoneGap, Cordova, and Ionic.
There a details on the Creative SDK blog.
You can get a quick overview of everything on offer on the Creative SDK GitHub page's Plugins section.
i am using cordova 3.0 and i would like to use a plugin (Facebook auth plugin). My problem is that i don't know how to link the Facebook auth plugin to the facebook SDK without using Eclipse.
I don't see any file to reference external .jar ...
I must to install eclipse to do that?
Thx!