Skip to main content

Questions tagged [phonegap-plugins]

A Cordova (PhoneGap) plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on.

phonegap-plugins
0 votes
0 answers
92 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'...
Pranay Adhikari's user avatar
1 vote
0 answers
104 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....
EkiWar's user avatar
  • 11
0 votes
1 answer
2k views

Using Phonegap NFC Plugin in Ionic to scan RFID tags

I am using Phonegap Plugin in ionic for scanning RFID tags and tried creating a build for IOS. I am using nfc.scanNdef() function as described here https://github.com/chariotsolutions/phonegap-nfc for ...
Ali's user avatar
  • 25
3 votes
0 answers
303 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 ...
SriDharan's user avatar
1 vote
0 answers
79 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" ...
Udo G's user avatar
  • 13k
0 votes
0 answers
142 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....
Sunny Jain's user avatar
2 votes
0 answers
211 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':...
xxxxHELLO's user avatar
2 votes
1 answer
648 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/...
Muhammad Hassan's user avatar
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 ...
Gabe's user avatar
  • 6,237
0 votes
1 answer
71 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="...
user avatar
1 vote
1 answer
227 views

How should I get the data from google sheet using html code

I am trying to make mobile app using Phonegap. I am writing a code using HTML to search an ID in google sheet and give the complete row in return. Following is my HTML code. <!DOCTYPE html>...
harshit jain's user avatar
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 ...
Caleb Pitman's user avatar
  • 1,155
0 votes
0 answers
43 views

I need to download a CSV file from my Phonegap app

The framework is Codeigniter. I have an array by a response from ajax call which is converted to a CSV file and stored as CsvString = "data:application/csv," + encodeURIComponent(array_name); method. ...
dspillai's user avatar
  • 179
0 votes
2 answers
533 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 ...
Jack's user avatar
  • 3
1 vote
1 answer
85 views

How do I show ads in Phonegap Build using the Phonegap-admob plugin?

I've been trying to make an app using HTML, CSS, and JS using Phonegap Build, but admob ads will not show up. My JS code for showing ads is: <script src="code.js"></script> <...
Chance Hoard's user avatar

15 30 50 per page
1
2 3 4 5
280