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.
Related
It's the first time I use Cordova to build an app on android.
Everything is working but I need to run the app as a launcher.
So I looked for a plugin to handle the kiosk.
I found cordova-plugin-kiosk-launcher and I install it but it induce errors.
I tought that maybe the plugin is not compatible with my Cordova version.
I use Cordova 11.0 and android studio 2021.3.1 and it's my first android app with Cordova.
Is someone can advise me a plugin to use? Or maybe there is another simple way to run android app as a launcher?
Thanks a lot!
I have created an Ionic Angular Project and added cordova-plugin-crosswalk-webview, since I need to integrate Webrtc.
But still, when build the android app and run in android device of version 7.1, I get error, android browser 4.0 doesnt support this.
How to make my app to use crosswalk webview instead of android?
I have created a entirely new ionic project, added the cordova plugin, before adding platform to it.
Then I build the apk, it worked with crosswalk in android.
I am building a hybrid application using Cordova and I am stuck at an email functionality. I am using Katzer email plugin from here https://github.com/katzer/cordova-plugin-email-composer.
cordova.plugins.email.open({ });
This functionality is working fine on my android device and when I tested it in IOS it's not working at all. No error is throwing from the application.
I am using Cordova version 5.4 and my IOS version is IOS 8.
What is wrong here?. Any help would be greatly appreciated.
Note: Will downgrading the version of Cordova helps?
Cordova iOS 4.0.0 has some significant changes, please read this blogpost from Cordova:
http://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html
That means, that you should be careful by using plugins, which are older then 08 Dec 2015.
If you make a downgrade, than you should call
cordova clean
That will cleanup project from build artifacts.
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 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.