Questions tagged as 'ionic-framework'

1
answer

Generate Key in Facebook api to log me from IONIC

I'm following this tutorial: link In a moment it is necessary to create a keyhash, the issue is that I do not know in IONIC when or when it is created. with this command I create the keyhash for facebook: keytool -exportcert -alias and...
asked by 06.05.2018 / 08:04
1
answer

It does not show changes in Ionic 1

I am working on a project developed in Ionic 1 and I find that when I modify the code, none of the changes made are applied. Any idea why it does not show any modification? Thanks !!     
asked by 26.04.2018 / 09:46
1
answer

avatar in header of ionic-menu ioic

I'm trying to place an avatar in the header of a menu in IONIC 3, but I do not get the result I want. What I have tried to do is the following: <ion-menu id="menuNave" [content]="miNav" padding> <ion-header> <ion...
asked by 09.04.2018 / 21:32
0
answers

Retrieve nodes with foreign key in firebase

I intend to show in a view "my created games" and at the moment I can only show the key of the element, but I want to access the node "Items" with that key to obtain all its fields. I know that by de-normalizing and duplicating the fields tha...
asked by 02.02.2018 / 19:24
1
answer

Error starting application on ionic 3

when the application starts, the following error appears ionic the connection to the server was unsuccessful. (file /// android_asset / www / index.html) I have in the config.xlm <preference name="loadUrlTimeoutValue" value="70000>...
asked by 25.01.2018 / 20:51
1
answer

how to put the default date on the ion-datetime ionic date

I have a lot of problems with that ion-datetime date format. I just want to pass the date field that is in '2017-01-01 04:39:00' format to ion-datetime but I get format error. I have been looking for several hours how to solve this and nothing a...
asked by 30.11.2017 / 21:21
1
answer

geolocation in ionic 3 always returns the same latitude and longitude

It turns out that the geolocation of ionic3 in my cell phone after a while starts to return the same latitude and longitude. That is to say, during 30 minutes, the geolocation calculates the latitude and longitude correctly but after a time it s...
asked by 02.11.2017 / 17:01
1
answer

Open a page from a provider

Please, help me, it happens that I would like to open the Tabs page, given that it is my homepage and this.nav.push (TabsPage); it does not work for me any solution to launch the page from the provider? import { Injectable, ViewChild } from...
asked by 02.11.2017 / 19:16
1
answer

Disadvantage with localStorage

I'm doing an application on Ionic 3, linked to a php-slim-Restful. In this application, when you login, link it via POST to the URL of the php-slim-resful. I used the following function so that in the console I keep the data (object) and thus us...
asked by 31.08.2017 / 02:37
0
answers

TypeError: Can not read property 'output' of undefined

I see an error, which I interpret happens because the method I try to call or invoke does not exist. The strange or strange of all this, is that I use the same way to inject the service, and this error does not occur, well without further ado, I...
asked by 05.08.2017 / 20:57