phonegap-plugins Questions
4
Solved
Situation: autoreload of phonegap serve blocked by content-security-policy meta tag
Adding content security policy prevents auto-reload of phonegap serve utility. This is built on top of cordova s...
Leticialetisha asked 7/10, 2015 at 7:21
9
I keep getting the following error when I try to launch an inappbrowser:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8000/cordova_plugins.js
W...
Lustrum asked 28/8, 2013 at 11:16
8
After hours of searching and trying different things I'm close to give up. I want to open an external URL in the inAppBrowser that is now included to the Phonegap Build. I remove the address bar wi...
Candie asked 9/5, 2014 at 13:10
6
Solved
When i build my cordova project i get an warning message as:
Missing file:
/home/vijay/workspace/Repos_temp/QuickTraq_Android/plugins/nl.x-services.plugins.toast/plugin.xml
Missing file:
...
Amylolysis asked 14/5, 2015 at 8:25
16
Solved
I'm using phonegap for my mobile project. My question is why I got this error when I try to search phonegap plugin using cordova CLI? I run this command in terminal to search phonegap plugin
cordo...
Guthrie asked 22/1, 2014 at 7:3
6
Solved
I have a requirement to show a pdf in inappbrowser when user clicks on a link. It is working fine in ios but not working on android. I am using IBM worklight for my project. Below is the code I hav...
Melpomene asked 10/10, 2014 at 17:17
3
I am trying to use this plugin below to set the statusbar to transparent. But i can not achieve it, i can change it to different colours, but not transparent.
https://github.com/apache/cordova-plu...
Coucal asked 13/9, 2015 at 5:40
1
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 credent...
Knighterrant asked 13/7, 2020 at 6:1
9
Solved
I have a freshly created Cordova project with the following config.xml setup (used the instructions from http://docs.phonegap.com/en/edge/config_ref_images.md.html). I also added 2 platforms (iOS a...
Shannanshannen asked 23/5, 2014 at 13:26
6
Solved
After update Cordova 5.0 in my system, I create new applications. When I tested my application on a device that time I get an error in the console log:
No Content-Security-Policy meta tag found.
P...
Chericheria asked 13/5, 2015 at 10:34
3
Solved
I’m using / trying to use Ionic Native Push with Firebase Cloud Messaging.
(I believe) I correctly installed the Ionic Native Push Plugin. At least when I tested sending push notifications it worke...
Dimitry asked 8/4, 2018 at 8:1
6
Solved
I am using this command to open up my app in the browser: cordova serve but it does not refresh itself when I update my code. How can I do that?
I have tried to use phonegap serve instead which ha...
Newsboy asked 6/3, 2015 at 22:41
3
I am using Media.getDuration() function to get duration of an audio file but I am always getting -1 as response.
This works fine if I build using build.phonegap.com
But whenever I build using cli...
Cora asked 20/2, 2016 at 15:31
3
I am developing a cordova plugin, my plugin code needs xmlns:tools="http://schemas.android.com/tools"namespace.
So, I added the same in Plugin.xml
<plugin xmlns="http://apache.org/cordova/ns/p...
Nea asked 11/9, 2015 at 13:15
7
Solved
I am currently building a News Aggregator App and I am using InAppBrowser for people to read the articles. Now, my questions is: Can I remove the URL and Navigation Bar? Also, can I change the "Don...
Corfu asked 24/3, 2013 at 1:25
14
Solved
I am making an app and I want to get analytics from the users. I tried to use the Phonegap Plugin, but I didn't have any luck trying to implement it.
I was wondering if it was possible to get Goog...
Ashtoreth asked 14/6, 2012 at 5:2
4
Solved
I have been searching around all day for the answer to this and the Google-sphere has not provided any answers. I have tried everything I know how to do and worked through the suggested solutions a...
Gentilism asked 4/9, 2014 at 18:21
2
Solved
I have used Cordova File Plugin to create files on mobile device. Below is the code to create files:
window.resolveLocalFileSystemURL(cordova.file.dataDirectory, function (dir) {
alert(cordova.fi...
Colangelo asked 9/1, 2016 at 13:38
2
I'm trying to build an android app by using Cordova. However, after I created the project, added platform android, and import it into Android Studio. I met some problems with the config.xml. I didn...
Garfish asked 28/7, 2015 at 21:38
4
Hy! I need to catch the exit app event in my phonegap application. Actually I want to trigger a looseLife() function if the player tries to cheat and exit the app with minimize and exit from task m...
Jaggy asked 1/5, 2014 at 14:18
14
Solved
I am new to the Cordova CLI.
I need to perform the following steps programmatically via Cordova.
In the project .plist add a new row
Enter the following values in the new row:
Key: GDLibraryMode T...
Eurydice asked 31/3, 2014 at 18:15
2
Function like
window.addEventListener("batterystatus", onBatteryStatus, false);
function onBatteryStatus(info)
{
// Handle the online event
console.log("Level: " + info.level + " isPlugged: " +...
Dermatitis asked 18/12, 2015 at 7:33
5
(Have been at it for the last 6 hours)
I am trying to make a phonegap/Cordova App.
I am not able to make an Ajax call via the Android emulator(API ver 22, Android > 4.4). The Ajax call works on Fi...
Locris asked 2/5, 2015 at 19:11
2
Solved
I'm developing a phonegap plugin. So far so good.
Now I would like to append 1 or 2 methods to the AppDelegate.m through the config.xml so it will be populated for the developer automatically.
Is i...
Optics asked 31/1, 2014 at 21:17
2
Solved
I have declared my plugin file for iOS inside plugin.xml like so:
<config-file target="config.xml" parent="/*">
<feature name="CDVOP">
<param name="ios-package" value="CDVOP"/>...
Stereoisomerism asked 15/2, 2014 at 1:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.