Questions tagged as 'ionic3'

0
answers

Error Unexpected end of JSON input

I'm working with Ionic 3, getting data through a Restfull API, using PHP and MySQLi, but returns this error:    Unexpected end of JSON input. I believe the error is in the API. Here is my code: In the API - app-produtos.php &l...
asked by 20.09.2017 / 23:35
0
answers

Store offline image on ionic storage

Hello, I created an application with a simple user registry and storing in ionic storage, but I would like to know how to store an image to be the user's profile photo My Provider looks like this: import { Injectable } from '@angular/core';...
asked by 16.09.2017 / 04:32
1
answer

queries on Ionic 3 using AngularFire2

I'm trying to perform a search with ionic 3 + AngularFire2. I have a list with all the data of the firebase, however I can not make a filter of this data, it does not return anything to me. file.ts import { AngularFireDatabase, FirebaseList...
asked by 28.08.2017 / 19:07
0
answers

How to integrate Bootstrap 4 in Ionic 2 or 3?

No app.module.ts import { BsDropdownModule } from 'ngx-bootstrap'; ... imports: [ BrowserModule, HttpModule, BsDropdownModule.forRoot(MyApp) ... ] I tried using this library but gave the following error:    Sass Error  ...
asked by 08.09.2017 / 23:40
1
answer

Modal transition effect

Well, I have the following question, I have a ModalController when I'm running on iphones , the inbound transition comes from below to cover the fool's screen. With this library, can I change this transition? I need the transition to appear...
asked by 25.08.2017 / 15:22
0
answers

Problem Generating apk ionic 3

I'm developing an application that needs to read a Qr Code, but I have a problem generating the .apk in ionic 3.0. When I upload the application in the ionic view it works normally (open the camera and it reads), in the NOX emulator it also work...
asked by 11.08.2017 / 17:01
0
answers

How do I run IONIC 3 application in the IOS emulator?

For android it worked, then I tried to use the same standard for IOS and I could not. 1 - ionic cordova platform add ios 2 - ionic cordova run ios --emulator Gave the BUILD SUCCEEDED but did not run in the emulator     
asked by 12.07.2017 / 15:50
1
answer

Command removes non-functioning ionic

I'm having trouble with navCtrl.push . The flow is as follows: Onpages1.1,1.2e1.3IcangobackandforthasmanytimesasIwantbutwhenIclickthebackbuttonIneedtoreturnonpage1.TogotothenextpageIusetheeventclickofthebuttonlikethis:(click)="quickAcc...
asked by 05.07.2017 / 20:06
0
answers

Ionic 3 - error in Admob

My application has admob ads, when I put and did run it appeared that error: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ': app: processDebugGoogleServices'.    Please fix the version conflict e...
asked by 10.03.2018 / 14:23
1
answer

Cordova: Android SDK is not set up properly. Make sure that the Android SDK 'tools' and 'platform-tools' directories are in the variable PATH

How to correct this error when running the command: ionic cordova platform add android? ionic cordova platform add android > cordova platform add android --save Using cordova-fetch for [email protected] Adding android project... Creatin...
asked by 06.08.2018 / 19:07