Questions tagged as 'ionic'

0
answers

* ngIf always shows me a second the div that hidden in ionic

I'm trying to show an image if a boolean is false so I'm using ngIf, the only problem is that when the boolean is true it shows me a second the image and then it changes to the div that is displayed when the boolean is false, I share the code:...
asked by 17.02.2018 / 21:23
0
answers

Auth using Facebook, in ionic 2?

I'm trying to make the facbook authentication, and it throws me an error running the application on the device. ionic cordova run android I append the string of config.xml. and the parameters of the configuration <widget id=...
asked by 07.02.2018 / 23:49
0
answers

Generate automatic documentation for Ionic Framework

Good afternoon, I'm not sure but I think there are tools where it can be generated as a user / use manual (either in text or video format) for an already developed Ionic 2/3 App, or at least facilitate the processes of construction of said manua...
asked by 06.02.2018 / 20:08
0
answers

Cancel an event on map native - ionic 3

I need to cancel the event: this.map.on(GoogleMapsEvent.MAP_DRAG_END).subscribe(() => { console.log('Move Map') }) try it with clear but it does not work or the .off that does not work on ionic: this.map.clear();     
asked by 04.02.2018 / 07:45
1
answer

How to connect Angular controllers with Ionic 3

I'm starting to work with Ionic 3 in which I do not create any app.js file like I've seen in tutorials and post. I have created the file "app.js" and I have loaded it into the index.html file of my ionic application but I get an error: Uncaught...
asked by 29.04.2018 / 04:21
0
answers

Event GoogleMapsEvent.MARKER_DRAG_END does not work IONIC 2

I am using native Google Maps on Ionic 2, the map appears and a bookmark is added, that works well. But events related to the marker do not work, in this test I am using the event MARKER_DRAG_END Google Maps Native export class Mapa {...
asked by 29.01.2018 / 21:04
0
answers

How to disable a button or a href if localstorage is empty in ionic

Good evening, I need to disable a button or more specifically a href in html when the localstorage is empty or at least the first variable is equal to undefined, thanks in advance!     
asked by 23.01.2018 / 02:32
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
0
answers

Databases in IONIC with MySQL

I am looking for information on the topic of access to data from Ionic 3, and I do not get it completely clear. You see, I have a web application, which is supported by a MySQL Database by phpmyadmin (relational). What I want to do is an app, fo...
asked by 13.01.2018 / 12:49
2
answers

How do I make a PHP database connection to ionic 3?

I made a connection to the database with a PHP API with the slim framework and even though I feel that it is wrong because it sends me CORS error, all the possible solutions were made.     
asked by 24.01.2018 / 19:06