Questions tagged as 'apache-cordova'

1
answer

How to use SQLite in a Cordova application?

Gentlemen, I have a hybrid application that I built in HTML, CSS and JavaScript (JQuery Mobile) using Cordova, and now I would like to access the device database. Unfortunately I do not know where to start, because in the searches I did most of...
asked by 10.06.2015 / 22:19
2
answers

Send html page variable to another page using javascript

My page receives information from my js, so this is my code: for (var i = 0; i < len; i++) { tblText += '<a href="teste.html"><table id="t01" class="table-bordered">'; tblText += '<tr><th>Protocolo</th>...
asked by 18.06.2015 / 19:42
1
answer

Phonegap Plugins: Using camera with flashlight on

I need to know if it is possible or if there is a plugin that allows me to open the camera with the flash (or flashlight) on. I need this for a project, to check the location of the flash overflow. I've already tried several ways, using the c...
asked by 18.06.2015 / 18:47
1
answer

File-Transfer Cordova how to use php

Hello, I have the following code onDeviceReady: function () { navigator.camera.getPicture( app.uploadPhoto, function (message) { alert('get picture failed'); }, { quality...
asked by 28.04.2015 / 15:48
1
answer

Downloaded files stored in the database

Is there any way to download documents stored in a mysql database, in my aplicativo híbrido cordova ?     
asked by 19.05.2015 / 17:39
1
answer

Custom Sound in Cordova Local Notification

I'm trying to customize the sound for a notification using Cordova . I'm using the Cordova Local Notification plugin, but the sound does not play when I display the notification. Tests performed: I tried to use custom sound in SDCar...
asked by 06.03.2015 / 00:15
1
answer

Cordova API Offline

I have a question, I've done some research, but I do not find anything concrete and I do not know if what I want to do is possible. So I would like to know if you can help me? I'm putting together an app that will consume a Rest API for produ...
asked by 27.03.2018 / 03:38
0
answers

How to hide Cordova assets folder

Hello! I recently created an APK with Cordova and decided to look at the APK with Android Studio and when I opened it, all my code in javascript and HTML could be displayed. I would like to hide the assets folder so I do not show this data becau...
asked by 15.12.2017 / 23:29
0
answers

Error: Failed to execute shell command "getprop, dev.bootcomplete"

Comrades, I'm having a problem while running "ionic cordova run android --target = name of my device". The emulator normally opens with the Nexus 5X API 26 but before fully starting the emulator it returns this error: // Error: Failed t...
asked by 23.11.2017 / 01:48
1
answer

Call IONIC USSD number

I am trying to call a USSD number from my application IONIC , here is the code I am using: <ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item> But it appears on the cell phone dialer only the number *000 ign...
asked by 09.11.2016 / 19:52