Questions tagged as 'ionic2'

1
answer

Ionic-android: how to get date and time by GPS? (not of the system)

The real problem that I still do not solve is how to prevent the app I am developing from saving me an hour that is not the official one of the country / town where I am the timestamp that returns ionic-native / geolocation is the one in the...
asked by 13.12.2017 / 17:48
0
answers

How to send data from an Ionic Form to the Laravel 5.5 framework?

What kind of friends do I have an error in an application I'm doing? My Front-End is made with IONIC 2 (Angular) and my backend I have in laravel 5.5. It does not give me errors when compiling but when I check the data that is sent from the form...
asked by 27.10.2017 / 18:13
2
answers

How to correctly perform a function that returns a promise with Ionic?

I want to do a function that gives me back a promise, but I do not really understand the subject, what I tried is this MiFuncion(miParametro: string): Promise<void>{ // mi codigo ... console.log(miParametro) return new Promis...
asked by 18.10.2017 / 00:05
1
answer

How to select an element of the DOM with ionic 2?

I am developing an application with ionic and I need to capture an information that exists in an external web page, I have tried to embed the web with a <iframe> tag and I try to select the html element that contains the data...
asked by 26.10.2017 / 17:58
1
answer

How can I join two parts of a Json object into one?

I am developing an application with ionic 2, in the page1 I request information from a database, and return an array with objects with a structure like the following: data = [{ id: "Id del registro", propiedad1 : "mi propiedad 1",...
asked by 04.09.2017 / 17:10
1
answer

Using geolocation and infowindow: Ionic Google Maps Markers

In an app using Google Maps JavaScript API, I need to obtain the bookmarks from a JSON file, importing the relevant plugins I found a tutorial that works, I need to do geolocation, but no allows to use loadMap but displayGoogleMap , I'll le...
asked by 25.05.2017 / 00:42
0
answers

firebase queries ionic2 / orderbychild together with orderbyvalue

hi I want to make a query on ionic 2 from firebase, it already brings me the data with orderbychild but when I try to put orderbyvalue send me error enter image description here user: FirebaseListObservable<any>; this.user = thi...
asked by 10.04.2017 / 00:12
1
answer

Marker with Pixelated image, Google maps Native Ionic 2

When I place a Large image as a marker I can not resize it and it looks very large on the map, and when I place a small one it looks pixelated, Help! There is some way to resize an image with good resolution. let icon = 'www/assets/images/c...
asked by 13.03.2017 / 22:41
2
answers

Because of an Ionic 2 application, the status bar does not change?

How about, I would like to know why the status bar of an ionic 2 app, does not apply the style of material designer, like other app. Or do you have to add some plugin for this to happen? If someone knows, I appreciate it     
asked by 26.01.2018 / 22:31
2
answers

Get facebook data with ionic 2

I'm doing login with facebook with cordova-plugin-facebook4, just like it's on the home page link . Just give me the facebook id, I'd like to bring the email and the name. I did it this way config.xml <plugin name="cordova-plugin-fac...
asked by 25.09.2017 / 17:35