I have a development made with IONIC 1 that works perfectly on Android . I'm trying to upload it to the cloud with " IONIC Package " for IOs platform, to get the executable ". ipa " of iPhone.
With the execution of " ionic package build...
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...
I have a Windows.Location.reloaded() and when it does it sends me to the screen of login or does it change my screen, does anyone know how I can solve it?
I hope you can help me. Thanks
I have an element in DOM that is as follows:
<input type="text" id="miElemento" class="miElemento">
<ion-item class="input_float">
<ion-label floating >Nombre:</ion-label>
<ion-input class="x" id="nomb...
Hello good morning I have a project with Ionic 1 where I have to make different queries and many requests in a single click (when synchronizing)
where I get a list of people first and the result I get
I am consulted all your data and at t...
I'm working with ionic 2 and I have a variable that I want to access in an event in my html code, but by console I get it undefined, how do I get to reach that variable?
Code ts:
import { IonicPage, NavController, NavParams} from 'ionic-a...
I am integrating notifications-push in my hybrid application developed in Ionic v1, but I have contracted with a slightly strange problem, and that is that users with android version 5 or higher are not are subscribing to the OneSignal platf...
Perform a pipe that works perfectly within the file html , but I'm in a case that I need to use that pipe within my file ts , and import the pipe, but I do not know how to use it
I'm using the segment example from the ionic documentation. in the example there are two *ngSwitchCase that are these *ngSwitchCase="'puppies'" and *ngSwitchCase="'kittens'" , what I want to achieve is that by default the val...