Questions tagged as 'ionic'

1
answer

apk ionic corrupted

I have an application published in playstore, made with ionic 3. I changed the machine I did the installations again and tried to build the app with --release --prod to sign the apk and see if everything was right, if only use - prod works norma...
asked by 19.06.2018 / 15:31
0
answers

Ionic3 Push notification with firebase

Hello, I'm trying to use the ionic push plug in, with firebase but he's asking me to do something. but I can not find and solve it. import UIKit import Firebase @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var...
asked by 08.06.2018 / 04:45
0
answers

How to get the sense of the device using gyroscope and accelerometer? Ionic 3

I'm developing an application on Ionic 3, where I need to know what direction the user's cell phone is pointing to, and then make decision-making. I was trying to use the Device Orientation plugin, which returns a value in degrees (0 - 360) wher...
asked by 14.05.2018 / 05:17
1
answer

APK not upgradeable

I'm trying to update an app in google play store I created the version code, I generated the apk with the same key, however, the store displays the following error: Any tips on how to solve this problem? I'm using ionic / cord android@7...
asked by 11.04.2018 / 16:00
1
answer

Is it possible to have native content (layouts, classes) in a hybrid application?

Do I need to run some native Android layouts and classes in my Ionic project is there any plugins?     
asked by 23.10.2017 / 23:36
2
answers

ionic - wait for return from http get

Edit: solution in the third answer. I'm trying to do a login function for a project in Ionic 2. This function checks if the user is registered in the database through the php server and returns the id of the user if he / she has a registratio...
asked by 23.05.2018 / 16:57
1
answer

Decimal mask on an ion-input of type "number"

I need to make a mask of values (9 digits with 3 decimals), and when the user starts to enter the value, the field automatically inserts the commas and point, similar to what happens today in the bank systems, where in the field we have the 0.00...
asked by 21.07.2017 / 15:41
0
answers

Problems with object ngFor containing objects

I'm using it as follows: <ion-item *ngFor="let via of lines.daysOperations?.week?.tripA?.routes; let i = index" text-wrap (click)="toggleGroup(i+'i')" [ngClass]="{active: isGroupShown(i+'i')}"> E is giving this e...
asked by 19.07.2017 / 17:12
0
answers

ionic.config.json and / or $ ionicCloudProvider.init

What is the difference between ionicCloudProvider.init and ionic.config.json . For example: When you configure Push by searching, there are programmers who insert "app_id" and "sender_id" into $ ionicCloudProvider.init , other programmers...
asked by 08.08.2017 / 14:31
2
answers

How to read json in angular1?

I have the following json {"message": "457896","additionalData":{"google.message_id":"0:149534266","coldstart":false,"collapse_key":"com.ionicframework.lucasteste693113","foreground":true}} How can I give an alert to show all information?...
asked by 21.05.2017 / 08:13