Questions tagged as 'ionic'

1
answer

Pass id in a modal ionic Framework v1

hello good afternoon I find the following problem I have the following list that is loaded with a json object, which to each element I have attached a button to edit and remove <div class="item item-divider bar bar-dark" >Listado de Pedi...
asked by 20.06.2017 / 17:34
1
answer

Error running my Ionic 3 app

I have created a completely new ionic 3 app, with this I say that I have not done anything in it. When running on my console: cordova run android I receive the following error: I am using ionic 3. Can someone help me?     
asked by 14.06.2017 / 22:41
1
answer

how to hide ion-header-bar ionic 1

I'm trying to hide ion-header-bar so that the background image of everything is under the butoom back and the title this is the code of sight ion-view view-title="{{chat.name}}"> <ion-content class=""> <div cla...
asked by 31.05.2017 / 18:28
0
answers

problem with navigation on ionic v1

I'm doing a navigation between a tab and two views here my app.js configuration .state('tab', { url: '/tab', abstract: true, templateUrl: 'templates/tabs.html', cache: 'true' }) .state('tab.domiciliarios',...
asked by 31.05.2017 / 17:47
1
answer

IONIC 2 Text innerhtml

I am putting together an APP with the REST API V2 of Wordpress and IONIC, the intention is to show the latest news from a website. The problem that I have, that although it seems simple I can not solve it, is that by showing the excerpt of the J...
asked by 22.05.2017 / 18:08
0
answers

InnerHTML on Ionic

Good afternoon, I have a code which should generate an innerHTML in IONIC but IONIC when creating the tag it enters content example: <ion-input class="incomesValue input input-md" placeholder="Ingreso 1" type="number" ng-reflect-pl...
asked by 08.05.2017 / 22:05
1
answer

Is it possible to have two ion-Content each one occupying half the screen, independent of each other?

<ion-pane ng-controller="exampleGCtrl"> <ion-content class="has has-header has-footer" scroll="false"> <div id="MyMap" class="map" scroll="false"></div> <div ng-click="centerOnMe();" class="button bu...
asked by 20.03.2017 / 21:28
1
answer

IONIC2 Get POST data

I need to post a user id and collect the necessary information from the server (the server part already works) and return a JSON. Most of the problems I have had with the cors but despite having searched, I have not found the solution. var lin...
asked by 11.03.2017 / 00:04
1
answer

can you pass an app made in ionic to aionic 2 ??

I have this big doubt, if you can pass an APP that is built with ionic 1 and now I want to make some changes, but it came out ionic 2, it could be or is it better to do it again with ionic 2?     
asked by 06.02.2017 / 21:28
2
answers

Get some type of identifier for a mobile device with Ionic, ngCordova?

I need to obtain an ID or some kind of unique identifier of a mobile device where I install my APP, if someone knows how to do this I would greatly appreciate your help.     
asked by 01.02.2017 / 22:58