Click here to Skip to main content
15,892,537 members
Everything / Hosted Services / Cordova

Cordova

Cordova

Great Reads

by mudasser ajaz
How to debug ionic Android application in development phase
by Chris Duke
This article demonstrates how the Meteor Javascript app platform can be used in conjunction with Crosswalk to create a simple app for an Android Smartwatch
by Siddharth Chandra
How to use Angular in a Cordova Environment and its impact
by Silvia Campo
I've been using web sockets the same way as a regular http request; I wasn't using them to their full potential...

Latest Articles

by Silvia Campo
I've been using web sockets the same way as a regular http request; I wasn't using them to their full potential...
by Silvia Campo
This post contains steps on how to set up an Android application widget in an hybrid mobile application using Apache Cordova and the plugin ACE from Microsoft.
by Imran Abdul Ghani
Ionic is basically an open source SDK (Software Development Kit) for developing Hybrid Mobile Applications
by yaazone
You have an idea for an app and decided to do it yourself, either alone or with a small group of people and your app development is not organized professionally. Then this article fits perfect for you. The context above is exactly the one in which I have implemented a native ios and hybrid app.

All Articles

Sort by Updated

Cordova 

9 Apr 2019 by Abhishek Gupta 18
I am using IONIC version 1 with cordova. I have tried many cordova plugins to browse the PDF files from mobile file system. But None of them has worked for me. Thanks in advance. What I have tried: File Picker, Cordova File Chooser, Cordova-plugin-file
21 Jan 2015 by Afzaal Ahmad Zeeshan
You can read this forum thread from PhoneGap to learn more on allowing the users to login in using their Google accounts.http://community.phonegap.com/nitobi/topics/implementing_google_login_in_a_phonegap_app[^]
7 Nov 2016 by Ahmed Bouchefra
In this post ,we are going to see how to use the mobile phone camera in mobile apps built using the Ionic 2(2.0.0-rc.1) Framework.
3 Dec 2016 by Ahmed Bouchefra
Throughout this tutorial, we are going to learn how to use Ionic 1 and ngCordova by building a flashlight app for Android and how to use angular-translate to add mutli language support to our app.
22 Aug 2015 by Alfeu Lucas Guedes
How to handle Android physical back button events with Chocolatechip-UI and Cordova.
7 Mar 2015 by Ambati Dilip
Add cordova link on below the body not below the head
18 Jun 2015 by Ambati Dilip
On page load i have to load top 30 images. The height of images are 250px, i want swipe the starting image to load next image or just left swipe load next image 5images contentiously.I tried Jquery mobile for swipe but the swipe recognizing when i swipe 3-4times.Swipe working Android...
16 Jul 2015 by Ambati Dilip
Hello i am using Onsen for my IOS development using cordova in visual studio.Can any say slide bar with multipagination.http://onsen.io/guide/overview.html#ManagingMultiplePageshttp://onsen.io/guide/overview.html#UsingSlidingMenu[^]if i do indival its working fine but when i...
14 Jan 2016 by Android on Intel
This tutorial covers a core set of Intel XDK features to help you learn the app development workflow.
1 Feb 2016 by Android on Intel
This article gives you an overview of the key programming languages used in Android development.
5 Feb 2016 by ankitsrist
Hello, I am trying to install Ionic in my windows 7 pc. I have done installation of following DependenciesNode version v0.12.0, Cordova CLI, Ionic CLI version 1.7.14, Ionic app library version 0.7.0. But once i enter command npm start myapp blank It gives error cannot find...
22 Jan 2014 by anushaa ashok
I'm creating an android app , which is not coded in native language , but in jquery.I have the requirement to add FB login to it. I logged in as fb developer and got my app id and app seceret and etc. Did everything according to the documentation for facebook sdk for android.Linked the...
22 Jul 2016 by aparnaChandras
I want to store notification into local storage when network connection is off and receive atleast 10 notification after network is on .I have used cordova push plugins and android sdk.What I have tried:I am new in android developer.Please help me
23 Dec 2016 by Aravindba
Hi I am using cordova FileTransfer plugin to upload and download in Android and IOS Mobile device,i am now stuck with receive in aspx page using HttpPostedFileFrom mobile app i am transfer file using below code. in button click event function uploadFile() { ...
17 Jan 2017 by Aravindba
Hi How to choose any type of files from mobile devices (Android,ios,windows),Currently i can choose only .jpg file only.i never pass mime type,but still allow to choose .jpg file only.What I have tried:I am using this code to choose filenavigator.camera.getPicture( ...
17 Dec 2020 by Aravindba
Hai All I have a mobile app in cordova , in that i create directory , if i use Target Api 28, it will create folder, in same time if set Target Api as 29 ,directory never creating, i am using following code to create directory in internal...
11 Oct 2022 by Aravindba
Hi I am created new cordova app, when i build i get below error. D:\Mobile\hel>cordova build android --stacktrace Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=C:\Android\android-sdk (recommended setting)...
3 Nov 2022 by Aravindba
Hi, I try to implement push notification in android mobile app. Using cordova-plugin-firebase-messaging i can send push notification to android mobile using firebase console , but what happen those are installed apk file , all are receive...
14 Nov 2022 by Aravindba
Hi All, I try to show badge count in app icon , but it not showing count. I am using "cordova-plugin-firebase-messaging" and "cordova-plugin-badge" in Cordova CLI for Android,but not show badge count in app icon. What I have tried: In...
5 May 2016 by arunfromtmm
I am creating a hybrid app by telerik app builder in visual studio. I am not able to access sqlite db which is created externally. But I can access the db which is created at run time. I referred some sites, those solutions are not worked for me. The following code will create db and access it...
5 May 2016 by arunfromtmm
Actually I missed the js reference for cordovaYou are correct, actually I missed to include the following cordova script
13 Feb 2016 by Ayyaz Zafar
I am working on a mobile application in phonegap. I am at the stage to decide weather write custom jquery code (for things like sliding screens/pages) or I its better to use jquery mobile or angular js?If so then which framework should we use ? jQuery-Mobile or Angular.js?What I have...
19 Jan 2016 by carlosbou
I need to disable the system keyboard. All inputs will be by a barcode scanner.The code I tried is the following;window.addEventListener('native.keyboardshow', keyboardShowHandler); function keyboardShowHandler(e){ cordova.plugins.Keyboard.close(); }
15 Oct 2015 by Chris Duke
This article demonstrates how the Meteor Javascript app platform can be used in conjunction with Crosswalk to create a simple app for an Android Smartwatch
29 Sep 2014 by ChrisTekh
Hi folks! Can anyone help me with a beginner tutorial from his blog that would give me kick start in mobile development using cordova and phonegap. I am completely new.Thanks
30 Jan 2015 by Craig Maconnachie
Hi,I am using the test example to connect to a WCF web service, using Visual Studio and Cordovia.I am getting the following error when running ripple, i have search the web for a solution but nothing has worked.Quote:Failed to load resource:...
29 Apr 2016 by Dave Kreskowiak
So you want a complete tutorial on how to use Ionic, in a forum environment?Really, your first step is going to be Googling for "Ionic app tutorials".You're not going to get any kind of a course on it in a forum.
5 Oct 2016 by David_Wimbley
Both cordova and xamarin have their pros and cons. We don't know anything about your project or what you are trying to accomplish so the only thing we can suggest is try both and see what you like.Cordova is more a web technologies framework for building cross platform mobile apps and...
21 Jun 2017 by David_Wimbley
I think you would be better off putting the adding/subtracting of your angular variables in your controller rather than your view. You should add another property to your item object...i'll call it sumOfTwoVars. So you should have something like this in your controller (note, you didn't include...
18 Sep 2014 by Dev Sharma
Hi all,I am trying to turn on/off gps system setting using cordova/phonegap.I have gone through all the materials that are available on internet but no result.Only I got some comments on it.I have got some materials on for native android code and full source code also.The same question asked...
2 Oct 2017 by elshorbagy
I need help to implement Facebook login within my application. I tried the official Cordova plugin example but I could not make it work, I need to retrieve the username,email and gender. If anyone has implemented this before I will appreciate your help. Thank you What I have tried: ...
12 Nov 2017 by elshorbagy
I added Facebook plugin(Telerik Fork) to my Cordova project in Visual Studio 2015, it was working fine and for no reason every time I compile my app I get this error: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'android'. > Could not...
14 Aug 2014 by Erick Martín Garcia Vega
i'm trying to integrate sencha touch 2 files ( js, css) at my phonegap app, but i'm having a trouble that says the variable app it's not defined, i'm following this tutorial ( http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap/ ), but it seems to be out of date :( , i feel...
19 Feb 2015 by FaizanMubasher
I am working in Phonegap/Cordova and I need to use menu to go for app settings. But I have came to know that according to [Google/Android docs][1][^], developer shouldn't use that menu button anymore. Instead, developer should use action bar for this purpose. Beginning with Android 3.0...
21 Sep 2015 by fancywings03
I'm trying to create a hybrid application through the IONIC framework which displays multiple moving graphics implemented through HTML5 Canvas and JS. But, the animation renders very slowly in mobiles (even those with 1GB RAM).We have identified and downloaded FastCanvas (Cordova/PhoneGap...
17 Feb 2015 by Feature Extraction
In this article I will cover the steps to set up Apache Cordova. I’ll first set up the Android SDK, an Android Virtual Device, Apache Ant and finally, Cordova.
30 Jul 2015 by Fernando Cortes Flores
An Apache Cordova app that can download a PDF from an URL, store the PDF in the device and show the PDF to the user
12 Jun 2014 by future2015
1>Is there a way of developing ios app without having mac PC?Yes, you can use VMware workstation. Install Mac OS X on vmware and then install Xcode.2>Is there any substitute emulator available in windows PC?Xcode is IDE with iPhone emulator.
14 Dec 2016 by Garbel Nervadof
Create a simple Android application "Counter Tap" using PhoneGap Build with pure HTML, CSS, and JavaScript, and also Dialog and Vibration plugins. Very simple application to count stuff. Step by step.
9 Sep 2015 by Gengou
I developed a cross-platform application using Cordova in Visual Studio 2013. I followed this steps (https://developers.google.com/app-indexing/android/test#top) for providing deep-links in the application, and everything is working fine when testing with the deep linking testing tool (after...
16 Jul 2018 by Gerry Schmitz
Have at it: Path must be a string. Received undefined after upgrading my cordova to 7.1.0 - Stack Overflow[^]
25 May 2015 by Golden Mind
helloi have this error when i try make build releaseError 27E:\App.Mobile\bld\Release\platforms\android\cordova\build.bat: Command failed with exit code 8 E:\App.Mobile\MDAVSCLI 1 1output1>------ Build started: Project: App.Mobile, Configuration: Release Android...
14 May 2015 by Hugo Carnicelli
In this article, we are going to learn what Apache Cordova is and in which way this tool is now integrated into Visual Studio 2015.
28 Apr 2017 by Imran Abdul Ghani
Ionic is basically an open source SDK (Software Development Kit) for developing Hybrid Mobile Applications
2 Jun 2014 by Kaizad Karanjia
hey, i have created a js file and also an xml config file. so now how do i access those file in my application that is how do i write html UI for it..??
16 Mar 2017 by KarstenK
Looks like you are in "dll hell". Your only friend is the good old Dependency Walker. Often this error is a syndrom that some other dlls like some run time dll are missing. Check out that your dll finds all needed dll. Watch out for red or rose dlls in the Dependeny Walker. Is the behaviour...
9 Mar 2021 by KEEPREADING
I am looking to build a Children’s educational app for alphabets, numbers, phrases, words etc. I want to use a cross platform framework that can create good 2D graphics and animated videos. Could you kindly suggest any cross platform frameworks I...
30 Sep 2014 by Kornfeld Eliyahu Peter
The answer for this can fill books - you should go to the sites of PhoneGap[^] and/or Cordova[^] and start reading about.Set yourself a goal (some simple app, like Hello World) and try to develop it! If you are familiar with Visual Studio you may be interested in Multi-Device Hybrid Apps...
25 May 2015 by Kornfeld Eliyahu Peter
1. If you copied the project from other computer it is highly possible that the build command looks for android at a different location...(the build.bat command file was created with your project) Check the content and update it manually to the right location...2. If you copied the project...
19 Mar 2014 by KRIZTE
Hi,i have downloaded PhoneGap 2.9.1 from this link http://phonegap.com/install/[^]. I'am developing an application for the Bada OS.In almost all tutorials there is a reference of "PhoneGap.jar" file. I searched everywhere and couldn't find anything(or i didn't quite understand). Can...
22 Oct 2016 by LincolnMugasho
Am trying to display a graph using Viz graphs in my Cordova app which uses phonon framework. var container=document. getElementById('mygraph');Doesn't seem to initialize it and hence it can't displayWhat I have tried:document.getElementById('myElement');
23 Aug 2016 by Maciej Los
Start with this tutorial: Building Apache Cordova Apps with Visual Studio on Channel 9[^]Some details how to install Cordova plugin, you'll find here: Installing Cordova Plugins in Visual Studio 2013 - Stack Overflow[^]
12 Apr 2017 by MarkNopfler
Case analise index.js var db = null; var db2 = null; var db3 = null; var dbUser = null; var dbName = "estudos.db"; var app = { // Application Constructor initialize: function() { document.addEventListener('deviceready', this.onDeviceReady.bind(this), false); }, // deviceready Event Handler...
2 Nov 2015 by maverick1991
I am trying to make an android application using Cordova template in Visual Studio 2015. Since Cordova is for HTML,js and other plugins, how can we store data from the cordova android app in any database? I found the compatibility of SQLite with cordova apps but not working. Can any one suggest...
28 Apr 2014 by Mehdi Gholam
Read this : https://groups.google.com/forum/#!topic/phonegap/bBFgLyLvqDg[^]
3 Jan 2018 by mehul.prajapati
showing error when build cordova app : 1."SDK platform" for android-23, 2."Android SDK Platform tools(latest)" 3."Andrpod SDK Build tools(latest)" Hint: open the sdk manager by running : "c:\Program files\Android\android-sdk\tools\android.bat" please install android target: "android-23". you...
22 Jul 2015 by Member 10317959
function capturePhoto() { intel.xdk.camera.takePicture(50,true,"jpg"); }document.addEventListener("intel.xdk.camera.picture.add",function(event){ if (event.success == true) { var name = event.filename; ...
6 Jul 2016 by Member 11137490
I am new to cordova mobile application. I can upload image file using cordova but when i am trying to upload the pdf file, it is not work for me. I don't know how to upload pdf file. If anyone knows about it, kindly help me to upload the file.What I have...
23 Aug 2016 by Member 11405465
Hi I'm working on Ionic framework for mobile app development in Visual studio 2013.In config.xml I could not able to add cordova file plugin, it shows couldn't able to download plugin., so I manually installed the Plugin from Git repository. The version of the plugin added is 4.2.0 and I added...
10 Feb 2015 by Member 11443167
Hi,I did not write the code below but I need to change this to an inappbrowswer.http://docs.phonegap.com/en/edge/cordova_inappbrowser_inappbrowser.md.html window.plugins.childBrowser.showWebPage(authUri, {showLocationBar : true}); ...
31 Aug 2015 by Member 11894134
I know this is a common question: "passing form data" from one page to another but this is a little different I think. I used Visual Studio 2015 and apache cordova to create a very simple Android barcode scanning app that captures a barcode and a time date stamp, Just two Text fields are...
30 Dec 2015 by Member 12237207
Hello. I'm trying to connect my app to my node.js server. If I run this anywhere but within a compiled android app, it works fine. Also, if I substitute the ip.address with an myfile.html local reference, it works fine. Am I doing something wrong? Am I able to open an ip address in the url?...
30 Dec 2015 by Member 12237207
Hello. I've been dying to turn my cordova game app into a online multiplayer game, but I can't seem to find any tutorials or anything out there. 3 days I've been slaving on Node.js, but that was what appeared to be a dead end.I can't find any tutorials, or anything. All I want is to follow a...
3 Jul 2016 by Member 12242002
I am using Intelxdk for this application. This is a mobile application.My categorylist will show, after that click on that, I have to redirect the product page, When I click on the category I can get some error like this. "Can't find variable:...
13 Jan 2016 by Member 12261749
I am working on cordova/phonegap hybrid android app. We are using to cordova-3.0.0, jqm-1.3, and android-4.2.0.My problem is that, when the user shift focus after typing in the text box, the keyboard does not gets hide.This problem is getting raised in android Phone 5.0.0 and plus, but not...
23 Feb 2016 by Member 12336167
I need to run a plugin for wifiscan using wifi wizard plugin (Apache cordova) in Android background service with Visual studio 2015,How can I run this plugin? In a background service (Android and iOS)?Please guide me on this on further process.What I have tried:I tried...
2 Mar 2016 by Member 12336167
HiMy objective is to get the beacon data from advertising data i.e. uuid+Manfacturing data+Major_Minor+txpower,I used cordova Ble scan plugin in Visual studio 2015,I am unable to get whole beacon data from ble.start scan,Please help me in this regard,The following is the...
24 Mar 2016 by Member 12366212
I want to connect to Remote Agent on Mac. I have npm, node.js installed. I have also remotebuild installed and it spits out the remotebuild certificate. I have Xcode installed and active too. But Once I try to connect from VS 2015 Tools for Apache Cordova and input the certificate info I get...
18 Sep 2016 by Member 12379554
I am using local storage jwt authentication while logging in. I have to log in every time I open my app. Is there a way to stay logged in like any other apps until unless we specifically sign out ? Please help . ThanksWhat I have tried:I have tried with localstorage.set but it's not safe...
21 Jun 2017 by Member 12464509
hi you can try this way create a folder and place HTML and Controller file at same place. I created folder on desktop, then First create HTML file then Create a Controller file inside desktop folder. Step 1: to create index.html file. open notepad and paste below code and I saved it as...
21 Jun 2017 by Member 12464509
In your code i see this line {{item7.product_price}} it has 7 number remove that and you can write below code to multiply: {{item.item_qty * item.product_price}}
18 Aug 2016 by Member 12480925
i want to insert image path into sqlite and display that image using angularjs and cordova.What I have tried:My current code is as follows:myDB.transaction(function(transaction) {transaction.executeSql('CREATE TABLE IF NOT EXISTS newtb(Name text,img blob)');var executeQuery =...
19 Jul 2016 by Member 12525379
I have used npm install -g ionicand getting the below errors. Before ionic ,i have successfully installed cordova, node js. Some one please help me out.npm ERR! Windows_NT 10.0.10586npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\JOY...
7 Dec 2016 by Member 12567297
Hi,I am trying to create a Cordova project in Android studio. I am new to Android Studio. Can anyone help me to know ,how to create a Cordova project in Android Studio.What I have tried:Tried to create a Cordova project in Android Studio
9 Dec 2016 by Member 12567297
Hi,I have imported my Cordova application in Android studio but after importing ,a notification is Displaying like "Migrate Project to Gradle"?.I am new to Android Studio.Can anyone help me What does it mean and how can i migrate Project into Gradle.What I have tried:Imported...
10 Aug 2016 by Member 12680902
Hi,I have a hybrid mobile application which works on both android and ios devices.The problem with it is that the application works fine when run on Android. However, there is a Network Error: XMLHttp Request Exception 101: saying server is unresponsive while running the application in...
17 Aug 2016 by Member 12689721
You are inserting the path of the image and not the blob content of the image. You have to correct the type of column for path it should be a nvarchar(255) or like so, but not a blob
5 Oct 2016 by Member 12776954
Hi,I want to build an app to run on android that will connect to a on premise back office webapi, it needs to access built in barcode scanner (zebra tc55), it is a business application (stock control).I am not sure on the best approach, cordova or xamarin they both seem to do the job,...
19 Oct 2016 by Member 12804288
I want google login in cordova app for android platform by using **cordova googleplus plugin** so I have made an android app on console developers google on google account and integrate it with my cordova app but when i run my cordova app on emulator i am facing error with code:8 and when i run...
16 Mar 2017 by Member 13060802
The unmanaged DLL is not being foundWhat I have tried:I have a cordova project referencing a windows runtime component. This is how I am calling the method from JSusing System;namespace IBscanUltimate{ public sealed class Class1 { public static String...
10 May 2017 by Member 13171518
Hi, I am doing APK upgrade. When upgrade finishes and APK re-opens it gives an exception "unable to Start Cordova spinner". When I restart the APP 2-3 times it restart the application without any exception. It looks like application is not ready. My Application first(Login) page we are...
2 Jun 2017 by Member 13237994
We are building a solution for field technicians that utilize Apple iPhones out in the field to track data for installations at assigned sites. The iPhone is running a custom-built application that field techs utilize to view their list of assigned installations for the day. They can also log...
14 Oct 2017 by Member 13465086
Hi, did you ever find a solution?
20 Dec 2018 by Member 14096264
I am developing an App in Cordova and I am going crazy to debug. Any suggestion to be able to dubber will be welcome. Thank you What I have tried: The Android Studio emulator slows down the computer a lot so I can not use it, so to check anything, I have to build the whole app and then...
19 Mar 2019 by Member 14170167
Hi every one, I am developing an ionic 4 application. The app is running on browser well. But when i build the app for android then get error like "An error occurred while running subprocess cordova." Is there any solution to solve this problem. Help will be appreciated. Thank You here is the...
19 Jul 2019 by Member 14536080
completed example Ionic with asp.net mvc c# web api Ion News - A Ionic News App With Asp.Net Mvc Web API
28 Jan 2020 by Member 14704249
To ensure permissions are correct, run this command on Mac what should i replace with LOGIN? as im getting error chown: LOGIN: illegal username. $ sudo chown -R LOGIN /usr/local/lib/node_modules/cordova For Read and Write permission: chmod -R 777 '/Users/username/.cordova/lib/tmp' in this...
21 Jun 2017 by Member 9983063
Hello Guys, How are you.I hope you will be fine guys I have started my new ionic project and the projects is working well but I have an issue with multiplication can you please guide me how can I sum 2 values in ionic and show in 3rd {{item.item_qty}} ...
21 Jun 2017 by Member 9983063
Hello Guys, how are you i hope you all be fine guys i need to sum 2 values in my angular project but am new and just a beginner lever angular programmer i dont know how to make variable in angular and sum it What I have tried: var num1,num2,num3 num1 = item.item_qty; num2 =...
21 Jan 2018 by Member 9983063
you need IOS platform for build for IOS like macbook and xcode for built how can you Build IOS app in windows
12 Sep 2015 by mudasser ajaz
Steps to build combined armv7 / x86 Android .apk after adding crosswalk