Questions tagged as 'ionic'

0
answers

ERROR An error occurred while running cordova build android exit code 1

Hello I am a student of Software Engineering, I am trying to develop hybrid applications software, I am having problems to build the application software created in Ionic 1. I am using Linux Debian 9 (testing) with NodeJS - v6.11.3 , Cordova...
asked by 23.09.2017 / 19:52
0
answers

Push push, via php, to all users

I'm working on a project with ionic 3 and backend in php / mysql. In the current phase I need to send push notifications and I chose to work with the firebase and the phonegap-plugin-push plugin. I installed and tested via firebase console and t...
asked by 23.09.2017 / 18:24
1
answer

Select values from another table with more than one row in WebSQL

I'm using Ionic + Cordova + WebSql. I have basically these tables, partners and partnerEnderecos. The address table can contain more than one row for each partner. How do I return these values? I create the tables like this: databaseValues....
asked by 22.09.2017 / 17:38
1
answer

How to display JS objects in the view

There is already a question from our friend Vinicius Scaramel with this problem, but there is no solution answer, so come on: I'm bringing an object in the format JSON via http.get to Ionic , (using AngularJS), but when...
asked by 22.09.2017 / 17:12
1
answer

Plugin Location Accuracy Ionic 2

I'm using an API Location Accurancy Ionic v2 follows the code: cordova.plugins.locationAccuracy.canRequest(function(canRequest){ if(canRequest){ cordova.plugins.locationAccuracy.request(function (success){ consol...
asked by 01.10.2017 / 23:14
1
answer

Ionic 3 Prevent app exit

I made an application using Ionic 3. When it is in the main screen and in case the user clicks the button back the application terminates. I wanted to put a "prevent appexit" that verifies that the user is on the main screen and does not let...
asked by 21.09.2017 / 16:21
1
answer

Data typing

Alright? Putting into practice what I learned in angular / ionic, I came across some doubts: 1- I made an ion-select with list of states coming from the firebase. When I typed the States model, I'm in doubt if in the model I do export i...
asked by 21.09.2017 / 14:51
0
answers

Store photo profile with ionic storage in a registration APP

I'm new to web programming and ionic 3 and I need a help, I created an app to make a simple registration and save in internal storage, but wanted to save the photo of the person's profile, how to select the photo that is in the device , copy to...
asked by 19.09.2017 / 18:18
0
answers

Generate PDF with Ionic images

I need to generate a PDF inside a hybrid APP developed with Ionic. I tried to use the main plugins, such as pdf-generator but I always end up running into the same problem, which are the images which do not appear. The app images are sto...
asked by 22.09.2017 / 16:04
1
answer

Hide Ion-tabs Ionic 1

I'm having a problem with the application's tabs. The application I am developing has a chat screen and on this screen I want to hide the tabs. I already tried to use $ionicTabsDelegate.showBar(false); the tabs really get the display: non...
asked by 28.09.2017 / 14:55