cordova Questions

8

Im not able to build my project (created with js, vue.js, vuex) on iOS platform. Exactly the same project works on web while typing npm run dev and I was able to build it on Android on laptop with ...
Poock asked 4/2, 2019 at 12:7

3

How to run cordova app webview on http://localhost instead of https://localhost ? I have been compiling my app with API Level (targetSdkVersion) 30 and as far as I know my app was running internall...
Durazzo asked 16/11, 2022 at 17:14

3

I'm a newcomer to Cordova, and am trying to make an app that appears full screen (hiding the taskbar at the bottom of Android). I have looked online and there seem to be two different techniques....
Pylorus asked 19/6, 2014 at 8:38

9

I created an iPad app on xCode(using PhoneGap) with sqlite plugin, stored data, and then when I want to view the data I stored I couldn't find where I saved it. According to my online research, it ...
Familiar asked 31/8, 2016 at 5:22

2

Solved

Question updated I currently add plugins to my cordova project using the command cordova plugin add x. I believe this uses npm in the background. Does anyone have any idea how I can switch npm o...
Lectureship asked 13/12, 2016 at 16:2

6

I tried some suggestions, such as navigator.onLine, but even in flight mode, my app "thinks" its online. I found some suggestions with ajax too, but I just want to check if I'm online to open an e...
Hexapody asked 2/8, 2016 at 12:30

1

When you run cordova run browser --live-reload, the browser opens, but when you save index.html, localhost shuts down with the error "Error: Cannot read property 'prepare' of undefined." How do I...
Sherlynsherm asked 20/11, 2019 at 3:2

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...

3

I am using the latest version of Cordova (6.3.1) and I want the following permission to appear in the AndroidManifest.xml : <uses-permission android:name="android.permission.CAMERA" /> Add...
Personal asked 25/8, 2016 at 14:44

6

I am trying to generate a release apk file using Cordova 11 with the build.json file. Cordova generates an AAB file instead of an APK file. Here is the command I have used: cordova build android --...
Certificate asked 15/4, 2022 at 6:5

5

I'm working on my first Cordova projects and am trying to use Chart.js. The documentation states that Chart.js should be included like this: <script src="Chart.js"></script> &...
Bicycle asked 31/1, 2017 at 20:38

17

I'm running into a strange problem with my Cordova Project that uses Firebase. It works perfectly in browser, but when I run my app on an emulator or phone (Android), (at least) the first login att...
Envelop asked 9/8, 2016 at 21:41

3

Solved

I have an ionic cordova app. Apple is now requiring us to provide reasons for certain API access in our privacy-manifest. I need to add "CA92.1" as the reason for NSPrivacyAccessedAPICate...

10

I am new to cordova and am trying to create an android HelloWold project. When I use cordova platforms add android, it throws some exception: D:\CordovaSpace\helloWorld>cordova platforms add a...
Needlepoint asked 19/12, 2016 at 6:32

4

Solved

I have gone through many answers, but nothing worked for me. I have a simple .html file and ionic content just does not scroll. <!DOCTYPE html> <html> <head> <meta charset="u...
Violaceous asked 14/5, 2016 at 19:29

4

I have an Ionic app where it fetches the data from remote server and displays it on Ionic html page. The remote URL is like this: http://foo.com/api/content/1 This will give me a JSON object of ...
Cheju asked 14/12, 2017 at 11:4

3

Solved

When I try to run my application using nodejs. I get above error into appium server test.js file var wd = require("wd"); var appDriver = wd.remote({ hostname: '127.0.0.1', port: 4723, }) var c...
Octopus asked 8/4, 2019 at 13:26

4

Solved

I want to hide the keyboard on Focus(),but when $(".ui-input-text").focus(); it will automatically open the keyboard . I just want to hide in particular screen ,I have test with document.activeEl...
Pyrogallol asked 14/12, 2013 at 4:56

12

I am using two different plugins into cordova, which both have the same uses-feature, one with android:required="false" and one without. This results in an error upon build: processDebugManifest ...
Cariecaries asked 29/12, 2015 at 12:8

2

Solved

I have a big blob for a rar file. To uncompress it I had to use this library unrar.js The blob I am testing with is about 23MB, to readAsArrayBuffer then feed it to unrar.js I had to slice it. F...
Darnelldarner asked 12/2, 2016 at 21:35

4

Solved

I am trying to use the Keycloak-js(from 4.4.0.Final) library in my ionic(4) cordova application. I have followed the example and instructions from the documentation. I have installed cordova-plugin...
Nereidanereids asked 5/12, 2018 at 11:1

20

Solved

I'm currently working on an ionic4 application, but recently it stopped working while building the application on an Android real device after adding https://ionicframework.com/docs/native/fcm plug...

8

I'm trying to install Phonegap in Ubuntu. The installation of NodeJS was successful, however I can't install Phonegap itself. Here is the error output of terminal: test@test-VirtualBox:~$ sudo npm...
Seafarer asked 23/12, 2013 at 16:57

33

I'm getting the following error when trying to install an android platform on a Cordova project. I've been following this guide: https://cordova.apache.org/docs/en/latest/guide/cli/ Error occurs wh...
Glary asked 2/11, 2016 at 15:6

14

I am trying to rebuild an ios app, that previously had no issues (first rebuild in 6 months or so). Environment is OSX 10.13.5 with all the latest updates, Xcode 9.4.1, Ionic is 3.20.0. Local cordo...
Intima asked 17/7, 2018 at 18:11

© 2022 - 2024 — McMap. All rights reserved.