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
-
0
votes1
answer3737
viewsCustom Alerts and Prompts
Good evening, everyone, I’m working with Apache Cordova, which basically uses WEB language (html, css, javascript...) to make Android apps, iOS, among others. I need to make use of custom Alerts and…
-
0
votes0
answers96
viewsIntel XDK / Cordova: 'Contactfindoptions' is not defined
I am trying to simulate a contact listing with Intel XDK. However it is not working, error appears: Contactfindoptions' is not defined I installed the plugin Contacts from Cordova in the Project,…
-
0
votes0
answers57
viewsError while running Android platform in Cordova
When executing the command Cordova run android, of the following error: :mergeDebugJniLibFolders UP-TO-DATE :transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE :processDebugJavaRes UP-TO-DATE…
-
0
votes2
answers525
viewsWhere do I find ready-to-edit phonegap application projects?
Where can I find fully-ready IOS and/or Android application projects? That can customize, edit them and if possible already with communication with web server, without having to do one from scratch.…
-
0
votes0
answers58
viewsOpen android studio app in phonegap? t
I developed an application in Android Studio and would like to export it to phonegap in order to be able to use it for cross-platform. How can I enjoy my project in android studio in phonegap ja…
-
0
votes1
answer335
viewsDynamic links in Ionic, with inAppBrowser
I’m developing an app with Ionic, which consumes an external API (json). To make links that open in the native browser, I added the inAppBrowser plugin and it worked. The point is that some links…
-
0
votes0
answers44
viewsHow to open Barcodescanner in a limited space?
Good morning. Would anyone know how to open the phonegap-plugin-barcodescanner in a limited space, such as a <div class="scanner"></div>, for example? I already managed to run and put to…
apache-cordovaasked 8 years, 6 months ago HDeiro 918 -
0
votes0
answers122
viewsFacebook API does not open in phonegap mobile app
Well, I used the facebbok phonegap plugin, it works normally in the browser, but the application does not generate any results. I call on the app this way: $scope.sharethisfuckingshit = function(){…
-
0
votes1
answer622
viewsHow do you turn a javascript function into an angular "function"?
I have the following Angular code. angular.module("contato", []); angular.module("contato").controller("contatoCtrl", function($scope){ $scope.app = "contatos"; }); How to use a normal javascript…
-
0
votes0
answers55
viewsProblems with calendar on Smartphone
I’m having trouble viewing the calendar when I’m running my application by IntelXDK the calendar view is made this way. Already when I installed the application in the cell, had the following…
-
0
votes0
answers463
viewsPhonegap + Iframe
I want to start using Phonegap and I wanted to know if you can use an Iframe within the APP to open a web page. If anyone knows any other way to do it will be helping me, thank you.
-
0
votes0
answers281
viewsIonic file sending
Guys I’m developing an Ionic app where I want to send a file (actually a photo ), this type of request I tried on get, but it didn’t work... How can I fix ? (The problem is sending via get ? My php…
-
0
votes1
answer89
viewsPhonegap Plugin
Hello, I’m a beginner with phonegap/Cordova, and I’ve been having trouble understanding some things, such as installing plugins, no matter the way I do, when I build the project on the phonegap site…
-
0
votes1
answer106
viewsError in function Ordova and Angularjs
Below is the code I’m using. It’s the standard example of the Cordova connection check function. <script> angular.module("contato", []); angular.module("contato").controller("contatoCtrl",…
-
0
votes0
answers40
viewsReceiving data from a website in a JS application - Phonegap
Is it possible to receive data from a website even if I don’t have access to its server? I did a search and saw them talk about JSON but for what it seems to me (I may be mistaken, of course) it is…
-
0
votes1
answer72
viewsBuild app Cordova IOS no phonegap build
I’m not able to build a simple app Ordova for IOS, wp8 and android builda right, anyone has been through this problem? I have looked in some places I have found no solution. The files . P12 and .…
-
0
votes1
answer2343
viewsHow to update the view after database change with IONIC 2
I am developing an application with IONIC 2 where I consume a REST webservice from an application that is running online. When opening the page, I request and display the information correctly on…
-
0
votes3
answers1806
viewsIonic Android Build Problem "Failed to find 'ANDROID_HOME' Environment variable"
I tried several answers to the below error found right here in the OS but none solved the problem. Running the command sudo ionic build android is returned the following message Error: Failed to…
-
0
votes1
answer709
viewsHow to change the language of the content of an application with Cordova from Portuguese to English?
I have an application made in HTML, CSS and Javascript using Apache Cordova, it has support in English and Portuguese, but how do I change the content of all of its pages when the person selects…
-
0
votes1
answer71
viewsCrash Flashlight on camera
I need to keep the flash on continuously when opening the camera. I am using the Ionic framework for APP development. However when activating Flashlight(Eddyverbruggen Plugin :…
-
0
votes1
answer485
viewsHow to hide the Inappbrowser bar?
I am developing a mobile application that basically loads a web interface inside the app through the Inappbrowser plugin. The idea of the project is exactly to simulate the operation of an app.…
-
0
votes0
answers229
viewsReload/Refresh template
Hello, I am loading my view with a timer and each time the timer runs it does not clean the screen but adds the same items again. I’ve tried cache=false, window.Reload, state.Reload, state.go, but…
-
0
votes0
answers27
viewsCordova, it’s not Responsive
I’m learning Christ here and I’m having some questions and problems I’ll quote below.. Doubts: How do I put everything Responsive with Materialize? How to implement SQL later? Problems: He’s not…
apache-cordovaasked 8 years, 4 months ago user50860 -
0
votes1
answer258
views$. ajax locking the server
i am trying to make an app with phonegap and am having the following problem. As an example, I have the following function: function listar(){ var useremail = localStorage.getItem('email'); var…
-
0
votes0
answers29
viewsFormat Number with Globalization plugin
I’m trying to use the plugin cordova.plugin-globalization but I’m bumping into my little Javascript experience. xhtml: <div>{{ item.valor | formataValor }}</div> filter js.:…
-
0
votes1
answer692
viewsAngularjs + route - Failed to execute 'replaceState' on 'History': A history state Object with URL '...' cannot be created in a Document
Good Morning Everyone, Someone has already had the problem of the XDK / Cordova application getting looped when booting. This error only occurs on the device. It stays "rebooting" until error occurs…
-
0
votes1
answer60
viewsI can’t run the app right on Samsung Galaxy S3 tab Lte
I’m in trouble and I believe it’s something or in framework7 I’m using for the layout or Android version compatibility issue. I’m using the following frameworks and API: Phonegap framework7 (design…
-
0
votes1
answer45
viewsProblems with google Oauth
I cannot enter a valid URI in the credentials of the google authentication api, I always get back the following error: redirect_uri_mismatch. I’ve tried every recommendation http: //localhost /,…
-
0
votes1
answer166
viewsWhen clicking a button the Keyboard closes using Ionic
Has anyone been there? , I would like the keyboard to remain open, like Whatsapp, messenger, that you send the message and the keyboard remains open. I’m using Ionic and developing for android 6.0…
-
0
votes1
answer50
viewsI can’t get out of the mobile app
I have following problem with phonegap, while trying to execute the following instruction: navigator.app.exitApp(); The android just leaves in the background the application, the screen fades even…
-
0
votes2
answers1709
viewsHow to get the phone number in Ionic using Cordova or phonegap
I’m developing an app and I need to get the phone number. I did a lot of research online, and I couldn’t find much. One of the examples I found was this: Cordova-plugin-yes but I couldn’t get him to…
-
0
votes1
answer344
viewsOne Signal Phonegap does not work
I am updating a phonegap app, it compiles in the cloud without problems, but when trying to login that I am using One Signal to do it, it does not access, it is not a problem with the api because I…
-
0
votes2
answers488
viewsDoes not load Splash for iOS in Phonegap Build
Hi, I’ve tried several ways to build an app for iOS using the Phonegap Build. The app is generated normally. First the problem was the icon, always appeared the default icon of Cordova. I was able…
javascript xml apache-cordova ionic phonegap-buillderasked 8 years, 2 months ago gabrieloliveira 248 -
0
votes1
answer42
viewsPHONEGAP AJAX catching ip along with the url
I’m making a simple request using phonegap: $.ajax({ type: "GET", dataType: "json", url: "http://mydomain.com/request", data: params, success: function(result){ }, error: function(e, data, status,…
-
0
votes1
answer198
viewsInsert data from a JSON into a Sqlite database with Angularjs
I’m trying to enter the data I took from my API, in the SQLITE database of my app, I already searched a lot but besides not being able to do also I could not understand how I can do this. Follow the…
-
0
votes1
answer77
viewsPhonegap can I create an app and market it?
I may not market, but publish it in the play store, and put commercials and wins on the app without penalty? Do you have a license that says you can’t market? You have to pay the phonegap to publish…
apache-cordovaasked 7 years, 10 months ago Genezis 63 -
0
votes0
answers66
viewsHelp to mount select on the seat
Hello, I need to assemble a query in the database that returns a set of records but as I do not have as much experience in database I would like you to give me a help. I got the tables…
-
0
votes0
answers185
viewsSplash screen with Phonegap
I am unable to use the plugin splash-screen He stays on this screen and doesn’t come out of it. My config.xml this as it was created without changes.…
-
0
votes1
answer290
viewsExternal access Phonegap
Problem : my app runs cool in emulator however when Gero . apk it does not access internet. Note: I have not changed anything in config.xml and androidManifests.xml.
apache-cordovaasked 7 years, 9 months ago Ezequiel Tavares 351 -
0
votes0
answers82
viewsShow image after closing the application and open novament
I have this code, and with it I can take a photo and display the photo instead of the camera image right after closing the camera. But how to make last picture taken on camera appear when opening…
-
0
votes0
answers63
viewsPass value from a json array to a variable
I’m creating an app for Android and I’m trying to pass a array JSON an element called phoneNumber, and I am using this plugin below, which brings this element in array: Telephonenumberplugin but the…
-
0
votes1
answer961
viewsFailed to run Ionic server
Good afternoon, I’m trying to run Ionic right after creating the project without even touching anything and always comes the same flaw. I no longer know what to try. When I run the command "Ionic…
javascript node.js apache-cordova ionic2 angularasked 7 years, 8 months ago Marcos Rai Alves da Cunha 372 -
0
votes1
answer398
viewsGet IMEI using Ionic 2
I am now starting to use Ionic, and would like to know how to get the device Imei number using Ionic 2. I tried to that, but I didn’t understand how to install the plugin…
-
0
votes1
answer196
viewsSync data offline with Phonegap
A situation has arisen that I need to synchronize data from an App but the device does not always have connectivity because it is used by a seller on the street. When it has connectivity it saves…
-
0
votes1
answer236
viewsRead files synchronously in Cordova
Is there any way in Apache Cordova to read the contents of a file and save to a variable synchronously? This is because, in the Cordova File API you must use a callback function when reading a file…
-
0
votes1
answer73
viewsWhat are the variables for the Cordova geolocation plugin in iOS?
During the creation of a plugin for Cordova that uses geolocation, it is necessary to add a variable to "Privacy - Location Usage Description" which is the GEOLOCATION_USAGE_DESCRIPTION. in the…
-
0
votes0
answers358
viewsGenerate PDF with Ionic images
I need to generate a PDF within a hybrid APP developed with Ionic. I tried to use the main plugins such as pdf-Generator but I always end up bumping into the same problem, which are the images that…
-
0
votes0
answers93
viewsError while consuming Web Service axml with apache Cordova Visual studio
Guys I have a project with apache Cordova running in visual studio, when I try to make a web connection service returns me the error below Referenceerror: $ is not defined at Childscope.Teste [as…
-
0
votes1
answer36
viewsHow to use Jekyll’s post system to make app
I’m making an android app, using apache Cordova. I want to know how to make a "posts" system like in Jekyll, it just takes text files and turns them into post. For each. txt file it creates a post.…
-
0
votes1
answer145
viewsCordova + Ionic installation error using Node.js
In the attempt to install Cordova + Ionic using Node.js, the following error is occurring: npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program…