All Questions
Tagged with cordova phonegap-plugins
3,697
questions
0
votes
0
answers
152
views
Branch Deferred deep linking not working for IOS Cordova phoneGap ionic plugin
I am using Branch.Io for deep linking using the cordova phoneGap plugin v6.
I am having issues with deferred deep linking specifically in iOS and get the error "Property 'checkPasteboardOnInstall'...
1
vote
0
answers
116
views
cordova-plugin-esptouch doesn't work on Ios16
My App built in cordova phnegap uses cordova-plugin-esptouch plugin and it works fine on Ios versions lower than 16.0.
Here is what debbugger returns on ios 13 (or 14 or 15):
2023-02-06 21:27:05....
3
votes
0
answers
308
views
Locally Stored Image is not displaying in IOS Cordova
I have a cordova hybrid app that has to display image from local file. But its not displaying the images.
Using filetransfer plugin images are getting downloaded in local document folder with help of ...
1
vote
0
answers
81
views
detecting natural device orientation in Cordova
Is there a way to read the natural device orientation in Cordova?
For a normal smartphone that would be "portrait", while most tablets are meant to be held in "landscape" ...
0
votes
0
answers
149
views
How to customize ionic push notification like Incomming call?
I am creating an app for video calling ,I am using ionic 5 and FCM to get notification but i hvae to customize notification like an incomming call
Thanks In Advance
and sorry for my bad English
`this....
2
votes
0
answers
217
views
How to access phone-gap-media-stream from Cordova Webview ios
I would like to know how to use cordova plugins from webview. I have an existing website that displays the media stream using:
navigator.mediaDevices.getUserMedia({
'audio': false,
'video':...
2
votes
1
answer
693
views
Simple Push Notification Android App Using PhoneGap With Firebase Cloud Messaging (FCM)
How does Push Notification with FCM works?
Take a look at the image below that I got over the internet to explain myself that is self-explanatory. First, you need to register your client android phone/...
8
votes
1
answer
2k
views
cordova-plugin-ionic-webview - Unable to save password in HTML form despite autocomplete attribute
I am working on a Cordova (~PhoneGap, ~Ionic) App and I followed the Apple guidelines and added to autocomplete attributes to my HTML login form to ask users whether they want to save their ...
0
votes
1
answer
79
views
Can't install Admob Plugin on PhoneGap Build Android App
I used PhoneGap Build to build a simple android quiz game. Then, I tried to monetize it using Cordova-Admop pluggin. I first added it using<gap:plugin name="phonegap-admob" source="...
1
vote
1
answer
1k
views
How to configure Content Security Policy and whitelist plugin for cordova to fetch local files
Getting the error Cross origin requests are only supported for HTTP on iPhone cordova/phonegap app. This works fine on Android.
var url = 'info.json'; // a localhost file in the www folder
var jqxhr ...
0
votes
2
answers
539
views
interstitial ad (plugin: admob-free)
My interest is relatively very basic. All I wanted an interstitial banner shows up in some pages of my hybrid application. I indeed appreciate your any comments and guidance since I am a novice ...
0
votes
1
answer
1k
views
Alarm application in ionic4
I want to develop alarm application same as default alarm application in android phone.I tried Cordova plugins but those stop working when app is closed(not minimised) Is it possible to implement ...
1
vote
0
answers
133
views
admob is not defined - Cordova CLI
I'm tring to include admob ads to my app. I'm using Cordova CLI to build my android app.
using cordova plugin add cordova-admob --save
from the documentations I have installed admob plugin using ...
0
votes
1
answer
51
views
all standart icon for Cordova cli-9.0.0 android and IOS app
when I develop cordova android and IOS app in some devices I don't see my icon(i see default cordova icon)
How can I see all requirement icons and splash screens?
https://cordova.apache.org/docs/en/3....
0
votes
1
answer
78
views
how to remove origin: file:// while doing rest call to server, via android app (created using phonegap/cordova)?
I am making an ajax call to server like below:
$.ajax({
type : "POST",
dataType : "json",
url : url+ "/oms/rest/XYZ/anon/uvw/grantAbc",
data : {
"...