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
-
1
votes1
answer298
viewsUtilizar objeto entre as funções Javascript - Phonegap
I’m creating in onDeviceReady an object to create the connection to the application’s Sqlite database. It is being created as follows: var app = { initialize: function() { this.bindEvents(); this.db…
-
1
votes1
answer945
viewsHow to call information in an html from a page . jsp
I am developing a good HTML5 Hybrid mobile app and my backend will be done with Java and Mysql. I’m using Phonegap and the same to generate the APP needs my files to be extension .html .css .js, to…
-
1
votes2
answers1667
viewsCan I enter records in Sqlite using Phonegap?
Course environment JDK 7u45 or above. Android SDK 2.3.3 ADT Bundle or higher. Apache ant 1.9.2 or higher. Node Js 0.10.24 or higher. These are descriptions of Treinaweb’s Phonegap Mobile course. I…
apache-cordovaasked 10 years, 4 months ago wladyband 4,694 -
1
votes0
answers174
viewsWebsql, Mongodb or Sqlite3, advantages/disadvantages of each when used with Phonegap?
Considering the use in Phonegap what are the advantages/disadvantages of each.
-
1
votes1
answer1289
viewsHow to read and write JSON locally in Cordova?
I need a simple solution to persistently upload and update data in a mobile APP using Cordova. I thought I’d create a JSON in the application root folder to load the data on APP startup. Even for…
-
1
votes1
answer1181
viewsProblem with 'Access-Control-Allow-Origin' in Angularjs
Follows the code angular.module('App', []) .controller('InstaController',function($scope, $http){ $scope.busca; $scope.buscar = function(){ $scope.getInsta($scope.busca); } $scope.getInsta =…
-
1
votes1
answer124
viewsIs it possible to do Phonegap together with Asp.Net MVC 5 in a single project?
I would like to know if there is a possibility of making a Solution in DDD Design with two View Ports, being one for mobile app using Phonegap and the other MVC 5. I want to make an activity…
-
1
votes1
answer838
viewsAndroid Alarm / IOS with Phonegap
Good evening, I’m just developing an application for parties. In this application lists the city parties with date and time, tickets and tals.. I’m having a hard time creating a feature, I need to…
-
1
votes0
answers47
viewsbuild deletes files
Would you like to know if anyone has gone through it ? when I build the app IONIC ionic build android it erases any other file that is within /js right other than app.js and controllers.js what do I…
-
1
votes1
answer123
viewsJumping between remote applications using Cordova (complex problem)
Hello, I have 3 apps and each one is available for iOS and Android and would like to create an app to access all of them. To achieve this, I need to take the code of each application and move it to…
-
1
votes0
answers101
viewsAccess Android Device Wifi
I am working with Phonegap and I emerged the need to through a link in my app access the wifi settings of my device. Anybody got any ideas there?
-
1
votes1
answer795
viewsShow image in gallery
I am developing a mobile application with Apache Cordova, where I download some images, I can download them, but the images don’t go to the gallery. I tried to save the images inside the Pictures…
-
1
votes1
answer228
viewsDoubt in Creating an app / Server / Notifications
I am with a project to develop an Android app, using Phonegap + jQueryMobile, I have already managed to create the interface, change screens and etc. Now comes the hard part for me: the Backend :( I…
-
1
votes0
answers58
viewsNgcordova File does not generate file
I’m using $cordovaFile(ngCordova) + Ionic for my application and I need to store a json in a local file but I’m not able to generate the file to popular with json. controller js.…
-
1
votes1
answer55
viewsCordova + Angular JS initialization vectors
I’m new in development with Angularjs and I’m starting to create an application, where before reaching the user login I need to validate if there is a database Sqlite, if inside the database I have…
-
1
votes1
answer104
viewsWhat is the name of the menu that displays details on Android?
The menu that when you click on a title appears the options for you.
-
1
votes1
answer164
viewsHow to use SCOPE_IDENTITY in sqlite
I have a mobile application that inserts a BD registration and I need to return the ID of this registration, but I do not know how to use and I do not know if it works SCOPE_IDENTITY in sqlite, my…
-
1
votes1
answer115
viewsIs it possible to leave it running a Youtube embed in the background on iOS?
I’m doing a project using Ionic + Cordova and wanted to know if it is possible on iPhone to leave a Youtube video running in the background when blocking the screen. By default iOS devices pause…
-
1
votes1
answer524
viewsDoubt when using the inappbrowser Cordova plugin
I’m using the plugin inappbrowser so I can access from inside my webapp some pages that are on my server. So far so good, works perfectly, but I’m wanting to use another Ordova plugin inside those…
apache-cordovaasked 9 years, 8 months ago AndersonSouza 339 -
1
votes1
answer798
viewsWhat are the pros and cons of using jquery in mobile development?
I’m starting in hybrid development using Cordova (with visual studio) and in my research on javascript frameworks, I have found many people using Angularjs, and I was surprised that I can’t find…
-
1
votes0
answers138
viewsError while updating Cordova
When trying to update Cordova on my computer Node is generating the following error. D:\Desenv\tfs-soek\xampp\biltspot>npm install -g cordova npm ERR! Error: connect EACCES npm ERR! at…
-
1
votes2
answers449
viewsBarcode Scanner for iOS, Android and Windows Phone (Phonegap)
Good morning, I’ve been looking for months for a plugin or function that allows me to scan a barcode through my app developed in Phonegap for iOS, Android and Windows Phone. Does anyone know of a…
-
1
votes1
answer485
viewsIs Websql the only local storage form in phonegap/Ordova?
Outside the database created by "browser", what other forms of data persistence we have on android with phonegap?
-
1
votes1
answer318
viewsIs it possible to create a cross-platform hybrid application with Phonegap?
With the advent of the possibility of creating mobile applications for various platforms using Phonegap, as an example, I found on Adobe Phonegap’s own website the chance to create a hybrid app,…
-
1
votes1
answer196
viewsJavascript x Ajax x html x jquery
Please, I need some help. I’m trying to develop an app with phonegap x html x jquery x javascript and Ajax, I have the following situation: I am on a page, after the user login with email and…
-
1
votes1
answer231
viewsApp Cordova does not work as expected
I made a simple application using Apache Cordova in the Visual Studio 2015, and added the Angulajs. When I test on Riple emulator works as expected: So I’m going to APK to test on the physical…
-
1
votes1
answer202
viewswindow.location.href does not work on Windows Phone
I have an application made in Cordova that uses window.location.href to transfer two values between pages. Everything works fine on Android, iOS and even IE, but when I test directly on Windows…
javascript apache-cordova windows-phone windows-phone-8-1asked 9 years, 5 months ago Tânia Sequinho 120 -
1
votes3
answers15395
viewsGoogle MAPS API location from the address
I have an address saved in the database, divided correctly and accurately from this address generate the latitude and longitude and besides this plot on the map a marked in the registered area.…
javascript html5 apache-cordova google-maps google-maps-api-3asked 9 years, 5 months ago Renan Rodrigues 3,709 -
1
votes1
answer43
viewsLogcat window in Webstorm 10
I’m even embarrassed to ask you this, but come on: I use Webstorm 10 to develop my applications using Cordova and for months I’ve been looking for minimal functionality and I just can’t find it: The…
-
1
votes0
answers595
viewsSelect gallery image and send by post?
I am creating a register of new users and in this register the user must choose his profile image(required). I can return the image of the gallery but the name of the image does not return, the…
-
1
votes0
answers55
viewsMake application check data update every X minutes
I have an application developed in Cordova and I would like every 1 hour for example, the application to check if there is any change in the data, I would like you to do this without the user having…
-
1
votes1
answer53
viewsError installing Windows 8.1 Cordova
I’m having trouble installing Cordova on my machine, I followed the steps of the link himself Cordova however it was not working, it is giving error as follows :…
-
1
votes0
answers83
viewsUsing phonegap build, was anyone able to implement video on android?
I have used phonegap build with the plugin "nl.x-services.plugins.videocaptureplus" video capture. It captures normally on android and Ios, but has 2 problems: 1 - On android I can’t find the file…
-
1
votes1
answer39
viewsWhy is subheader not showing?
I’m trying to create a search bar, I’m using the bar-subheader for this but does not display. How to do this ? <ion-view view-title="Empresas"> <div class="bar bar-subheader…
-
1
votes1
answer84
viewsError sending app to apple store - Invalid Image Path
While trying to upload the application to the apple store this presenting me the following error and I could not identify how to resolve this error. In this application I am using Ionic, previously…
-
1
votes3
answers189
viewsIon-tabs with tabs-top class on iOS?
I’m creating an app that uses tabs for navigation and set tabs to top with tabs-top. Android works fine but iOS tabs are behind the header, how to solve this ? tabs.html <ion-tabs…
-
1
votes1
answer106
viewsGame javascript no Framework Cordova or phonegap
Good afternoon, I created a little game for web with javascript, I wanted to port it to android, after searching I found Cordova or phonegap, which is pretty cool, but when I compiled the game for…
-
1
votes2
answers1418
viewsRedirect to External Link
Good afternoon. When I open an external page from a link in my Ionic application, it is rendered in the common browser or in the application’s own webview? If it is rendered in the webview itself,…
-
1
votes0
answers922
viewsPrint via bluetooth using PHP on ANDROID
Hello! I am participating in a project made in PHP, which will run on ANDROID (via Phonegap). The app will print to a portable printer via bluetooth communication. The printer is already paired with…
-
1
votes0
answers608
viewsSubscribe to Android apk
Good evening, everyone! I’m trying to sign a apk test but I’m not getting. I tried on Linux and Mac and the return is the same message: jarsigner: Certificate chain not found for: testeapp. testeapp…
apache-cordovaasked 9 years, 2 months ago eek_ 25 -
1
votes1
answer2842
viewsUbuntu Cordova - Build with problem
Guys I’m going up Cordova on Ubuntu 64, but I’m having build problem. [Error: Failed to find 'ANDROID_HOME' environment variable. Try setting setting it manually. Failed to find 'android' command in…
-
1
votes1
answer235
viewsIonic push notifcation error
I’m doing an Ionic project to receive notifications (android) and I’m using the phonegap-plugin-push plugin. var push = PushNotification.init({ "android": {"senderID": "860498722229", icon :…
-
1
votes1
answer202
viewsPre-written database (Phonegap/Cordova + sqlite)
I am developing an App using Phonegap/Cordova and Sqlite, but along with the application it is necessary to go a database containing approximately 50MB of text information. I’m using the app…
-
1
votes0
answers243
viewsHow can I make my app lighter
Recently I started to create an application by Intel XDK and by test I realize that in my mobile the application runs quickly but in others it ends up giving some crashes. Could someone give me a…
-
1
votes1
answer40
viewsEmailcomposer Cordova no Angularjs
I was reading a project in the email plugin github of Cordova and did not understand how to install. It gives you the option to download the files, and then asks you to put this line in xml.…
-
1
votes1
answer105
viewsYour binary does not support iPad
I realized the creation of a "web app" using phonegap, when sending it to itunes, I got the following warning: "Your binary does not support iPad", how to proceed? Someone could help me, because if…
-
1
votes0
answers117
viewsWhere the file is: I am developing with Ionic/Angularjs and Sqlite
I’m trying to open the database in Sqlitebrowser, but I can’t find the file created. I used the command : window.openDatabase The alias I gave is "my.db" but I can’t find it anywhere. Where…
-
1
votes0
answers125
viewsError in the Cordova
Good morning guys, when I try to complicate my project Ordova for android of this message: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task…
-
1
votes0
answers58
viewsHow to detect Warning Deferred long-running timer task(s)?
Developing an application using Cordova this error started to appear after using some methods (after this Warning occurs the function stops being called). I wonder if there’s any way I can detect…
-
1
votes1
answer151
viewsSync files generated by Cordova in IOS app with cloud servers
In accordance with previous question, I am developing an application and part of the functionality of it is to run a kind of CRUD in directories and files through an IOS application, which based on…