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...
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?
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...
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',...
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...
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...
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...
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?
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.