Posts by Vinicius Vaz • 151 points
9 posts
-
1
votes3
answers528
viewsA: Cordova/Phonegap error - Unable to start the daemon process
I managed to solve simply updated the SDK and it started working again, thanks for the help guys.
-
2
votes3
answers528
viewsQ: Cordova/Phonegap error - Unable to start the daemon process
I created a new project Ordova and added the android platform normally as I had done before, but when I run the command cordova buildor cordova runhe gives this error I could not find the solution.…
-
0
votes1
answer129
viewsQ: Problem with Ajax request in Javascript
I have a mobile application in development using Cordova, that performs a select on my external BD and checks with mobile data so knowing if there is any change in data. I’m using a request via…
-
2
votes3
answers1384
viewsQ: Turn Audio & Video into Base64
I wonder if it would be possible to turn videos and audios into Base64, I already posted a question related to transforming image into Base64 and you helped me, but now I need to do the same for…
-
1
votes2
answers451
viewsA: Transforming Image into Base 64
I managed to solve with the following code: convertImgToBase64URL: function (url, nome,callback, outputFormat){ var img = new Image(); img.crossOrigin = 'Anonymous'; img.onload = function(){ var…
-
2
votes2
answers451
viewsQ: Transforming Image into Base 64
I am transforming an image I send by camera in Base64 but the image is all black, I do not know what is wrong, follows below my code app.encodeImageUri(mediaFiles[i].fullPath); //Aqui envio o…
-
2
votes1
answer58
viewsQ: Css3 is not working on Cordova
I’m trying to use media queries in my application developed with Cordova, however it is not working, the code is as follows: #backgroundIndex{ @media screen and(max-width: 1200px){ background: red;…
-
2
votes1
answer422
viewsQ: Developing layout for various types of mobile resolutions with Cordova
I am developing the layout of an application developed using Ordova, however I would like to know how to develop for the various types of resolutions that exist in mobile devices, would have some…
-
3
votes2
answers1067
viewsQ: Draw image using css
I wonder if you could draw the image below using css only? I’d like to create a button like this…