Most voted "apache-cordova" questions
Apache Cordova, formerly called Phonegap, is an open source mobile development platform with Apis that allow developers to access native device functions such as camera or accelerometer.
Learn more…527 questions
Sort by count of
-
2
votes0
answers462
viewsCompile Apk Android Cordova
When I try to compile, the following message is returned: But it turns out it’s all installed, Github, Android SDK, Java, Node.js I configured the environment variables in the PATH, created the…
-
2
votes3
answers791
viewsHelp with QR Code reader in Cordova
I’m trying to make the app (Cordova + Onsen) read a QR Code and when reading open the link contained in the QR, but instead open the link it tries to open a page at the application root…
-
2
votes0
answers30
views$cordovaFileTransfer does not send parameters to webservice?
I’m trying to upload an image using $cordovaFileTransfer. When I send the image I want to send tbm some parameters like the user id, the problem is that these parameters arrive null in the…
-
2
votes1
answer115
viewsPhonegap + Cordova + sqlite
I have a problem with a stoned database file. I created a . db file with all columns and contents and compile it along with apk. The last change I made in the bank after performing a new build is…
-
2
votes1
answer810
viewsAdding Admob to the Ionic?
I’m trying to put monetization in my Ionic app. Searching, I found some examples but I’m not getting it to work. The banner just doesn’t appear. I followed that example, that is pretty simple by the…
-
2
votes1
answer350
viewsFacebook login with Ionic/Angularjs?
I’m trying to log in to facebook with Ionic/Angularjs. Whenever I try to login returns this error: Object {errorMessage: "User cancelled dialog", errorcode: "4201"} I’m following this example: Login…
-
2
votes0
answers47
viewsPhonegap wifi network
There is a way to recover network information that the device is connected to? I would like to send to the web service the network where the device is connected.
apache-cordovaasked 8 years, 11 months ago Diego Zanardo 3,301 -
2
votes2
answers652
viewsAndroid apps, what are the advantages and disadvantages of the tools?
Between creating native apps, using HTML, CSS and Javascript together with Phonegap, or C# with the help of Mono, what are the advantages and disadvantages and which context best applies?…
-
2
votes3
answers210
viewsInstallation Phonegap
After rotating sudo npm install -g phonegap and try to create a project with phonegap create my-app the return of the terminal is this; module.js:340 throw err; ^ Error: Cannot find module…
apache-cordovaasked 8 years, 11 months ago RFL 6,205 -
2
votes1
answer3281
viewsError sending Phonegap pro Googleplay APK
Sending the Phonegap APK pro Googleplay shows the following error: SEND NEW APK TO PRODUCTION Sending failed You have uploaded a debugged APK. For reasons of security, disable debugging before…
-
2
votes1
answer219
viewsHow to manipulate a link in href
Is it possible for me to treat a link, for example when I click and the page does not exist, I redirect to some specific place? For an "ops this link does not exist" page for example. Because in my…
-
2
votes1
answer389
viewsIon-footer-bar on top of the ion-list?
I’m creating an endless list on Ionic. I have a ion-footer-bar in the index and after that list bring all the information of Webservice in the last record the ion-footer-bar is on the record. I’m…
-
2
votes1
answer175
viewsIs it possible to use Cordova with nodemon?
I’m starting to study more Cordova but every time I need to use the cordova run browser to go up the server and test the app, with Node I use the nodemon to keep the server updating without having…
-
2
votes4
answers1242
viewsError with "Cordova run android"
I’m getting an error entering command: "Cordova run android" NOTE: Remembering that I have already set the path of sdk: export…
-
2
votes0
answers261
viewsError, status 200 load Ajax
I have a call ajax that falls in the callback error and brings me a status 200 and statusText load. Follow the ajax: $.ajax({ type: "GET", crossDomain: "true", dataType: "jsonp", contentType:…
-
2
votes5
answers1534
viewsIonic 2 - Status Bar
I am unable to change the color of my Status Bar with Ionic 2. I have checked the documentation and am doing the following. app js. import {StatusBar} from 'ionic-native'; app.js (constructor())…
-
2
votes2
answers615
viewsHow do I create a connection to an external db with a Phonegap app?
I’m entering and studying the world of Phonegap/Cordova and I want to start developing cooler and more interactive apps, but I’m finding this limitation, in most of the places I find to learn, the…
-
2
votes2
answers752
viewsCordova Geolocalization
I’m having a very strange problem, I have an app running for a year and after a few months without updates when making a new release I realized that the geolocation was not working properly. When I…
-
2
votes1
answer236
viewsShow posted image Phonegap + PHP
Hello, I’m using the following code to upload the image of a phonegap app to a server : // Wait for PhoneGap to load document.addEventListener("deviceready", onDeviceReady, false); // PhoneGap is…
-
2
votes1
answer51
viewsProblem with Phonegap
How can I solve my problem? I type: C:\Users\Micro>cd MyApp C:\Users\Micro\MyApp>phonegap run android Then appears: [phonegap] executing 'cordova run android' ... Error: Failed to find…
apache-cordovaasked 8 years, 4 months ago João Vitor 21 -
2
votes1
answer181
viewsIonic audio capture
I made an app that captures audio by the native recorder of the phone, now I needed to take these media, how can I get this media from the phone? I did the following controller to capture…
-
2
votes1
answer164
viewsIonic record audio not back to view
I made an app, to record audio, it opens the native recorder but does not return the audio to view. .controller('MyCtrl', function ($scope, $cordovaCapture) { $scope.captureAudio = function () { var…
javascript angularjs apache-cordova ionic html5-audioasked 8 years, 2 months ago rodrigo.oliveira 1,251 -
2
votes0
answers45
viewsUnknown error in android-studio VDM
I’m having trouble creating a device on android-studio because of much searching on the net I decided to put a question here to see if someone can answer. I use Ubuntu 16.04 and the project in…
-
2
votes1
answer574
viewsHow do I publish a specific APK for Android versions greater than $API?
I have an application in the Play Store that uses the Crosswalk plugin. However, for Android versions from 5.0 upwards, I want to be able to provide a build without the plugin Crosswalk. Only…
-
2
votes1
answer410
viewsCall the USSD IONIC number
I’m trying to call a number USSD of my application IONIC, follows the code I’m using: <ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item> However it appears on the cell phone…
-
2
votes1
answer95
viewsInsertion of record with webservice returns error but inserts in the database
Hello, I have a javascript function that makes an ajax call to a php file that must insert the records in the Mysql database. Well, I am able to enter the records but the function is returning me an…
-
2
votes1
answer197
viewsError in uploading Ionic app
when I pass the command on my Ionic upload terminal shows the error below and does not move up the file in Ionic view ionic upload Uploading app... An error occurred uploading the build: An error…
-
2
votes1
answer46
viewsCompile to a lower platform using the latest API?
I am using Cordova in Visual Studio 2017, and installed the Android SDK (API level 23), but I wonder if when compiling using this API, the application will be compatible with previous versions, such…
-
2
votes1
answer49
viewsRule for selecting records based on date and time
I am developing an online betting system and when selecting the games registered in the system I need to select only the games from the current day onwards, additionally I need to make sure not to…
-
2
votes0
answers278
viewsError: Failed to execute shell command "getprop,dev.bootcomplete"
Comrades, I’m having a problem running "Ionic Cordova run android --target=name of my device". The emulator normally opens with the Nexus 5X API 26 but before fully starting the emulator it returns…
-
2
votes0
answers36
viewsHow to hide Cordova Assets folder
Hello! I recently created an APK with Cordova and decided to look at the APK with Android Studio and when I opened, all my code in javascript and HTML could be displayed. I could hide the Assets…
-
2
votes2
answers606
viewsHow to remove all files from a folder?
I am trying to remove all files from a folder using Cordova and Android, the problem is that every code I think, only shows how to remove FILES and not FILES FROM A FOLDER. The problem is I don’t…
-
2
votes1
answer40
viewsCordova API Offline
I’m not sure what I want to do is possible. So I was wondering if you could help me? I’m building an app that will consume a Rest API for product listing. I need to make sure that on first access it…
-
2
votes0
answers21
viewsadb.exe some when performing Cordova command
Hello, I have prepared the whole environment to work with Cordova: Installed Android Studio, Nodejs, Apache Ant, Java; I configured the environment variables and the PATH All right. However, every…
-
2
votes1
answer13343
viewsANDROID_HOME Linux Environment Variable
I am having problem with the environment variable ANDROID_HOME, whenever I try to run the command to run an app in the emulator (or mobile connected), this error message appears Error: Failed to…
-
2
votes1
answer258
viewsError installing Onesignal plugin on iOS platform using IONIC FRAMEWORK
I’m developing an app using Ionic framework, but when adding the Onesignal plugin on iOS platform I’m having some errors: "Failed to install 'onesignal-Cordova-plugin': Undefined (Node:3302)…
-
2
votes1
answer335
viewsApp stop working after firebase push notification on Ionic 3
I’m trying to make a push notification using the cloudSettings with firebase, but when I send a message the app stops working and the following message appears: app.modulets.: const cloudSettings:…
ionic apache-cordova firebase push-notification ionic3asked 7 years, 2 months ago DiegoAugusto 8,694 -
2
votes1
answer146
viewsPass database content from one page to another
It seems to be something simple to research, but I’m not getting it. I would like when clicked on a list item, to open a new page with the detailed information of that item, will be the same…
-
2
votes1
answer333
viewsIonic - Send localhost post to external PHP API
Hello! I’m developing an app with Cordova/Ionic and I’m trying to send data via post as follows: public async login(usuario: string, senha: string): Promise<any[]>{ let body = new FormData();…
-
2
votes0
answers46
viewsHow do you enable Cordova.plugins.notification.local Visual Studio Cordova?
I added the github link "https://github.com/katzer/cordova-plugin-local-notifications" and installed the plugin perfectly. I put a boot and in his click event I put the following code:…
visual-studio apache-cordova visual-studio-2017 cordova-pluginasked 5 years, 3 months ago Sarah Tavares 31 -
1
votes1
answer1289
viewsPhonegap app does not install on device
Working with Phonegap/Ordova and finding documentation for it in Portuguese is very complicated, so asking questions about problems faced will help enrich with content. My problem is being when…
-
1
votes2
answers9692
viewsHow to emulate an iOS app on Windows with Phonegap?
Lately I’m developing applications in Windows 8 using the Phonegap Framework. However, I wonder, how can I emulate the iOS app on my Windows operating system? There is the possibility to do this…
-
1
votes1
answer121
viewsHow to use the same Sqllite BD with java and Cordova?
Can I use the same BD using Java and Cordova? Ex: access data with Cordova in a java-based BD.
-
1
votes1
answer507
viewsRun App in the background with phonegap
I am a PHP programmer and am venturing into the mobile world. I need to create a simple app, will just play a specific radio, the problem is: How to run the app in backgroud? When the app is…
-
1
votes2
answers97
viewsSmall font - Phonegap
I can’t get the font to look good in Phonegap, I’ve tried %, px, in and nothing solves. The source code is: .header-page p { text-align: center; color: red; /* font-size: 22px;*/ font-size: 100%;…
-
1
votes1
answer484
viewsHow do I display the keyboard using Cordova or phonegap?
I’m using Cordova/phonegap and would like to know: How do I display the keyboard (in android OS) as soon as the user enters, on a page that only has a text field?
-
1
votes1
answer505
viewsCordova - Error - Cordova Platform add android
I did the installation of Cordova, I installed the android SDK, but when I put the command Cordova Platform add android it gives the following error. http://prntscr.com/49brfk I saw on Cordova’s…
-
1
votes2
answers659
viewsPlay video in the app or out
I am developing a mobile application services & news for a company and this is a video area related to the institution. The doubt is: Aiming for the best user experience, the app should play the…
-
1
votes1
answer846
viewsPhonegap / Mysql Connection Remote without PHP
I would like to make a connection to a remote Mysql database through an application compiled for Phonegap without the need to use PHP. The bank would not be inside the device but in the network…
-
1
votes1
answer390
viewsGenerate package for publication in Apple Store
I created an app on Phonegap and now I need to generate a package to publish in the Apple, my doubt is this: there is a way to create this package without having a Mac and the Xcode? I have…