Questions tagged as 'apache-cordova'

2
answers

What is the difference between Apache Cordova and Ionic?

I have some questions regarding Apache Cordova and Ionic. Both for me, look the same thing for the same purpose, allow the creation of hybrid applications for mobile devices. See that on the Ionic site you need to have Cordova installed for...
asked by 11.09.2017 / 00:54
2
answers

View player in the Android notifications area

I created an application that transmits a Streaming of the radio, but if I "minimize" the application it continues to play. So I'd like to know how I can get you to open a box on Android's notifications list, like the Play Music Ijust...
asked by 18.09.2015 / 23:40
2
answers

Radio Stream with Phonegap

I'm developing an app and I have the function below and it's perfect for an online radio, I'd like to add others but I'm not sure how. Follow the function: // Radio Controller var radio = null; var isPlaying = false; app.controller('radioC...
asked by 10.07.2015 / 14:03
1
answer

No geolocation return using Phonegap

I'm using the code to get geolocation from Phonegap , but even then, when I emulate the app, it does not return anything to me. Is there anything wrong with the code? index.html <html> <head> <meta charset="utf-8" />...
asked by 21.02.2014 / 15:29
1
answer

Using Sqlite on Android with Phonegap

Well, I have a little problem ... I'm doing an application and I'm using sqlite on android to save a copy of my database, so far it's fine, it's working, it's copying the data the only problem I found is this. To make it clear I'm putting the...
asked by 09.10.2015 / 16:06
2
answers

How to hide the keyboard in the cord by pressing "Go" or "Done"

I have a form in my app, and I would like that after filling, if the person pressed Ir or Done , the keyboard disappeared. Has anyone ever gone through this? Or do you know how to solve it?     
asked by 30.01.2015 / 13:24
3
answers

Ionic is indicated for which types of applications?

Is the Ionic Framework indicated for which types of applications? I've been doing some research on cordova plugins, it seems to give a lot of trouble in multiplatform development, some plugins do not work well for iOS and Windows Phone ? T...
asked by 16.09.2016 / 18:47
1
answer

Cordova + Crosswalk

I created a cordova project normally: cordova create myApp com.myapp myApp Then I entered the project folder cd myApp I added the platform: cordova platform add android and added the crosswalk plugin cordova plugin add cordova-p...
asked by 24.07.2016 / 20:13
2
answers

After all PhoneGap (Apache Cordova) actually compiles applications in PURE native code?

Does PhoneGap (Apache Cordova) actually compile applications into PURO native code or does it act as a layer between a browser and the OS of the mobile phone? Which of the two options below is the most correct? I've heard that it's just a brow...
asked by 04.01.2014 / 11:16
1
answer

Problems with PhoneGap

I discovered this PhoneGap a short time ago, but today I wanted to meet you. Well, as I said on the site, I needed to download NodeJS and run a command in CMD to install PhoneGap. After this, you needed to create a folder for PhoneGap to regi...
asked by 22.01.2014 / 00:22