Questions tagged as 'ionic'

1
answer

Error uploading an app to the IONIC Package with IOs platform

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...
asked by 18.08.2017 / 15:34
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
2
answers

Help to refresh screen ionic framework

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     
asked by 03.08.2017 / 18:24
1
answer

How to select an element of the DOM for its id in ionic2

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...
asked by 17.08.2017 / 22:19
1
answer

use nested $ http requests angular 1

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...
asked by 14.07.2017 / 17:01
1
answer

Variable range in onfocus event of an Input

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...
asked by 07.07.2017 / 23:23
0
answers

Unexpected token in JSON at position at JSON.parse (anonymous)

angular.module('app.controllers', []) .controller('AuthLoginCtrl', ['$scope', 'restApi', '$state', 'auth', function ($scope, restApi, $state, auth) { $scope.ingresar = function () { restApi.call({...
asked by 02.07.2017 / 05:17
0
answers

No users subscribe to OneSignal with android versions 5 or higher

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...
asked by 01.07.2017 / 20:03
0
answers

Do you use a pipe inside the ts file in ionic 2?

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     
asked by 28.06.2017 / 22:45
1
answer

How to use a default value to model a segment in ionic 2?

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...
asked by 26.06.2017 / 07:00