Questions tagged as 'ionic'

1
answer

Problem receiving Push Notifications FCM with the app closed. Ionic 3 and Angular

Good day folks, it is my first publication on the site, I apologize if I do not comply with all the publication rules because I do not know them in detail. I will comment on my problem .. I have an app with ionic 3 and angular, which works wi...
asked by 06.02.2018 / 15:55
1
answer

Problem for apk ionic: "Platform android already added."

I already have my Ionic project ready and it works without errors. When executing the command: cordova platform add android this code comes out in the Ubuntu terminal: Using cordova-fetch for cordova-android@^6.2.3 Error: Platform androi...
asked by 15.06.2017 / 18:10
2
answers

angular error Can not find module 'rxjs / internal / Observable'

I'm trying to make an application with ionic 3 that uses angular but I throw this error when using the library @ auth0 / angular-jwt, when trying to reinstall rxjs because I guess it will be version errors, I guess ... throws me the error +--...
asked by 17.05.2018 / 21:00
1
answer

Send mail from Ionic

I'm following this guide , and I can not get it to work for me. I have installed the pluggin and I have copied the following code in my method: public enviarCorreo() { let email = { app: 'gmail', to: '[email protected]',...
asked by 10.08.2018 / 15:22
1
answer

Uncaught SyntaxError: Unexpected token using $ http.get ()

I am trying to get a list through a url using the GET method, but it generates a very confusing error, since it is the first time I see it. Uncaught SyntaxError: Unexpected token . He tells me that I have the error in the next line...
asked by 29.10.2017 / 23:03
0
answers

Conflict with the SQLite plugin when implementing Crosswalk

I have a problem when trying to implement the SQLite plugin from the official ngCordova website, and I can not find out what it is; In the browser console I do not see any errors when I start the application using ionic serve , only when you...
asked by 05.04.2016 / 18:18
1
answer

I need to do this myself with TypeScript

I have the following code in the java script and it works perfectly but I need to pass it to ionic with typescrpt and it does not store the array. I do not know how to work the document.getElementsByClassName ('movil'); element in type...
asked by 24.01.2018 / 05:52
1
answer

Concatenate a constant of typescript to an url address in html using src

Typescript public condicion:boolean;//condicion constructor(public navCtrl: NavController, private contactProvider: ContactProvider, public toastCtrl: ToastController,private smsVar: SMS) { this.contactProvider.getAll() .then((res...
asked by 17.10.2018 / 00:56
1
answer

How to show the route to follow in a web service?

I have been working with js and php, I have been asked to create a webservice where by means of AJAX ask for the coordinates to display them on a map with the Google API. All ready but I would like to know how to create a route to follow and...
asked by 18.07.2018 / 08:04
1
answer

Add by default that the app is protected app in Huawei through the code in ionic 3

Notifications do not arrive when the app is closed because huawei does not have the app activated in phone manager - > protected apps. Is there any way out there in the config.xml to add a tag that makes it protected by default?     
asked by 30.08.2017 / 18:48