Questions tagged as 'apache-cordova'

0
answers

$ 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 as the user id, the problem is that these parameters arrive null in the webservice. I did my webservice in CakePHP and test...
asked by 24.11.2015 / 14:03
0
answers

How do I delete the error [object object] on my cell phone?

I created an app with HTML + JS + CSS, and I make an external request with Ajax. When I test on my computer it works perfectly, but when I package and create the .APK it gives the following message:    ALERT [object object] How do I re...
asked by 15.10.2015 / 16:10
2
answers

How to show photos from the camera album with the camera cordova plugin?

I have a mobile app, which I want to know and do is: I have a modal that when I open I want the photos that I have on the device to appear (in this case on the camera roll) and but show on a div that I already have. How can I do this ?...
asked by 14.10.2015 / 21:54
3
answers

Turning audio and video into Base64

I would like to know if it would be possible to transform videos and audios in Base64, I already asked a question related to transform image in Base64 and you helped me, but now I need to do the same for audio and video, I had thought it would b...
asked by 24.08.2015 / 15:19
1
answer

Developing layout for various types of mobile resolutions with Cordova [closed]

I'm developing the layout of an application developed using Cordova, but would like to know how to develop for the various types of resolutions that exist on mobile devices, would you have some tutorial, book or video talking about this?     
asked by 11.08.2015 / 06:28
1
answer

How to store images in a Javascript object?

I'm developing an app that consists of a map and a camera. At the moment, I want to add the possibility of the user taking a photo with the camera and mark the map where this photo was taken, but I have a hard time storing the photo in the objec...
asked by 30.06.2015 / 20:52
0
answers

Compiling Apk Android Cordova

When I try to compile, the following message is returned: But it turns out that everything is installed, GitHub, Android SDK, Java, Node.js I configured the Environment Variables in the PATH, created the variables "ANDROID_HOME" and "JAVA_HOM...
asked by 05.11.2015 / 20:06
1
answer

How to configure Web.config in Cordova project?

In this question I was recommended to set up the web. config from my Cordova project that Ajax uses. I researched the subject but found nothing of the sort. Can anyone help me?     
asked by 05.06.2015 / 16:01
1
answer

Cordova project build ready

People I'm having strange problems when building a cordova project. I have wwww folder in the project root and www folder in platforms / iOS. So, the same project is in the latter. when I build to generate the application, it runs the app from t...
asked by 11.05.2015 / 20:19
0
answers

Cordova application does not open on device when command 'RUN' and does not log errors

I have an HTML application and I can not get it to run in android in test mode. I'm using Mac OS, but when I used Linux everything works fine with the "run android" command: the app was installed on the device and opened automatically. Now every...
asked by 03.05.2015 / 06:02