Questions tagged as 'ionic'

2
answers

Problems sending data to the bank with ionic

I made a web application, with AngularJS and PHP, here on my computer, where I registered users and emails in the bank and it works perfectly. I'm trying to do the same with ionic, but when I try to insert, register a user, the following mess...
asked by 08.10.2015 / 21:54
2
answers

"Can not read property" after an http.get request

Hello, how are you? I have the following problem. I'm making a RESTful request (http.get) and I'm writing the received object into a variable within the $ scope. However, when I try to access this variable inside the controller I get the foll...
asked by 20.10.2016 / 04:48
1
answer

How to align text in the center of a card?

I'm looking for a way to align the text of the card component in ionic. How to do this? <div class="card"> <div class="item item-image"> <img ng-src={{imagem}} id="smallimage"> </div>...
asked by 14.12.2015 / 05:26
1
answer

How to know which version of ionic is being used in my project

I'm working on an ionic project in my company, but I do not know what version it was made, and who did not work in the company any more, how do I find out which version it was created in?     
asked by 04.04.2017 / 22:17
1
answer

How to perform a parameter type href on an image using Ionic / Angular Js

I have this code snippet, which shows an image with a CSS above: <img class="imagemCapa" image-lazy-loader="lines" ng-src="{{item.cadastra_oferta_foto}}" /> <div class="promocao"><b>{{item.cadastra_oferta...
asked by 09.08.2017 / 19:24
2
answers

Field search in Ionic, I need to close when the user clicks "Go" or "OK" on the keyboard

I have a search field at the top, which is just a filter, like this: <div class="bar bar-subheader bar-light"> <label class="item item-input item-floating-label"> <i class="icon ion-search placeholder-icon"></i...
asked by 23.04.2017 / 13:55
2
answers

How to use css in ion-list, ion-item?

Hello, I'm developing an app and on this screen I'm getting data from a json, so I have to use ng-repeat, but this way I can not use the css styles because it does not accept div or other mode (at least as I've tried).    <ion-list>...
asked by 04.03.2016 / 18:22
1
answer

Open camera inside a div [Ionic]

I'm developing a small application with Ionic, which will be builded for android. I need to access the camera from the device in the video application, but when I do, the camera application is opened from the outside. I would like the image from...
asked by 07.10.2015 / 21:53
1
answer

How to set up an app to launch on Google play and the Apple Store

I am developing an App using Ionic / Cordova and I had some doubts, they are: I need to do some specific configuration in my file Package.Json so you do not have future problems when generating a update it on Google Play or the Ap...
asked by 04.10.2016 / 15:41
2
answers

Error in php data return on ionic

I'm doing an ionic app in which I put the zip in a field and the backend returns all other data, such as state, city, street ... But something strange happens, it returns the entire structure of php and not the data that should come. I did a tes...
asked by 26.01.2016 / 12:24