Questions tagged as 'ionic'

1
answer

Cordova Calendar plugin does not work on iOS 10 Ionic

The plugin installed it as mentioned in its website, but for some reason it is not showing the information in the emulator or on a device. When I run it with localhost if it shows me the calendar inside the application, but it does not show i...
asked by 27.10.2016 / 23:38
0
answers

Error IONIC EMULATE

I have an error in the ionic configuration. I want to emulate iOS with ionic emulate iOS and I get this error: When doing an ionic info the following appears: Already install Xcode and also iOS-sim but that's still coming ou...
asked by 05.09.2016 / 00:13
0
answers

Can I use the styles of Ionic 2 material design in Ionic 1?

I would like to know how to use the Ionic 2 design material, but also the styles that IOS uses, since there is a plugin for Ionic 1 design material but it is only with the styles that for Ionic2 are used only for android . Does anyone know of...
asked by 30.08.2016 / 17:20
3
answers

concatenar ng models

I want to concatenate all the data I entered when I ask for the address to send them to a ng-model of the axis form (career 20 # 19 107) this is my form where I request the data in separate inputs, the idea is to send them to a single...
asked by 26.10.2016 / 04:04
2
answers

How to put an ionic background image

Well, my question is very simple, how can I put a background image? and trying in various ways since css what I found but still nothing! My route would be: www/img/fondos/newalgas.svg     
asked by 13.11.2016 / 07:30
1
answer

Invalid date in safari and IOS (ionic framework)

I have the following Json with dates: nuevo=[ { "rr":"4-1-2016" }, { "rr":"4-2-2016" }, { "rr":"4-3-2016" }, { "rr":"4-4-2016" }, { "rr":"4-5-2016" }, { "rr":"4-6-2016" }, { "rr":"4-7-2016" }, { "rr":"4-8-2016" }, { "rr":"4-9-2016"...
asked by 23.06.2016 / 23:30
0
answers

Angular js- ng-repeat does not display the data correctly

I have a problem with this code. It turns out that I program the list as it is expressed in all the docs, the problem is that when I enter for the first time, I log in and enter that view the console.logs is executed but it is not seen in...
asked by 07.05.2016 / 01:43
2
answers

Active Session in ionic Framework (Sqlite)

I am using sqlite database in my app to save the session status and information of a user. What I am doing has worked for me but I have a problem: When validating if the status of the session is active, I will show the corresponding html view to...
asked by 12.04.2016 / 00:12
1
answer

Return null in SQLite

I try to save the name of a subject along with other information, but for some reason the name of the subject does not save. I try to save in the following way: Nombre_Asig = Horario[i].NombAsig; Asig_Nsp = Nombre_Asig.replace(/\s+/g, ''); Asi...
asked by 20.05.2016 / 02:04
1
answer

Handle schedules on firebase

I am doing a task for the university using the real-time database of Firebase in Ionic and Angular 2. I do not have any problem in the typical crud, but I need to make a change of a data from the database , and a certain time later (one hour, fo...
asked by 28.09.2018 / 07:28