Questions tagged as 'ionic'

1
answer

Angular 2 in Visual Studio 2015

I have been working on a project that uses Ionic Framework and AngularJS for mobile and I use Visual Studio 2015 "Tools for Cordova" to build and debug the project. Recently, Angular 2 and Ionic 2 came out in a stable release and I decided to...
asked by 12.10.2016 / 12:12
1
answer

ionic display latitude and longitude in view

I created an ionic project with the following view: <ion-view> <!-- Inicia view --> <ion-nav-title>BioCalc - {{pageTitle}}</ion-nav-title> <ion-content> <!-- Inicia conteudo da view --> <p&...
asked by 31.08.2016 / 14:51
1
answer

How to properly add more than one ion-radio in a template?

I'm having trouble adding more than one ion-radio to a template. I have a screen with an ion-radio that is working accordingly. But I need to add a few more and I'm having trouble.   When I dial the first radio option marking, it works accor...
asked by 01.09.2016 / 15:02
1
answer

Error while trying to connect the application database also in the browser

I'm trying to test the sqlite database of an app also in the browser, but using web sql , I got to research and test some things, but so far nothing has worked. My% cc_defile is thus, and when I run the application on the emulator /...
asked by 04.08.2016 / 05:53
1
answer

How to insert a dataset from an array in WEBSQL with Ionic?

I want to insert a dataset into a local table (WEBSQL). The way I'm doing just inserts the last set of array, I wanted to store all the objects. To create my WEBSql I created this JS: (function(){ "use strict"; angular.module("nhaac...
asked by 07.09.2016 / 20:44
2
answers

Do not load Splash for iOS in Phonegap Build

Hello, I have tried in many ways to build an app for iOS using PhoneGap Build . The app is generated normally. First the problem was the icon, always appeared the standard Cordova icon. I was able to display the icon by changing the files...
asked by 13.09.2016 / 18:54
1
answer

Include data in Json beyond what comes via Mysql

I'm building an API in PHP / Mysql that will feed a hybrid APP, also under construction, via Ionic. The data traffic is via Json. I'm a newcomer to Ionic, Angular, JS, and Json ... Reasonable in PHP and Mysql. I mean ... heeeeelllllllp please...
asked by 14.09.2016 / 00:20
1
answer

How to use two * ngFor at the same time in the Ionic2-framework

I'm trying to use 2 * ngFor in the same ion-row. First I tried the following: <ion-row *ngFor="let mes of meses" *ngFor="let por of arrayPorc"> <ion-col width-25>{{mes}}</ion-col> <ion-col width-25>{{por}}</ion-c...
asked by 29.06.2016 / 15:31
2
answers

Error XMLHttpRequest (Ionic + Laravel)

Good morning! I'm developing a hybrid application using ionic, when I try to send a post to my server (laravel) the error below occurs:    XMLHttpRequest can not load link . In 'Access-Control-Allow-Origin' header is present on the requested...
asked by 15.07.2016 / 14:11
1
answer

Take value from an ionic angle

<div class="list"> <li class="item" ng-click="city()" ng-repeat="seg in segmento">{{seg}}</li> </div> I have this code in my ionic framework I would like to get the value of the li I already tried with name, ng-model do...
asked by 20.06.2016 / 21:14