Questions tagged as 'ionic'

1
answer

Receive an object as parameter in PHP controller

I am working with a mobile api which sends this data by POST : @Injectable() export class UsuarioProvider { datos: any; api: string = 'http://10.5.10.230/TaxisPlu/moviles/app_cliente/registrar_usuario/'; constructor(public http:...
asked by 27.10.2017 / 17:14
1
answer

Save fields (Dynamic) in IONIC?

I am creating a mobile app in which from a web page I can create surveys and apply them on the android device in Ionic I have a survey form that is generated diatonically (ie the number of questions can vary and types) The types of questions tha...
asked by 13.10.2017 / 19:04
2
answers

How to have two different side menus in two different pages with Ionic 2?

I'm making an application where in the root you should have a side menu with 3 buttons, and when doing a navCtrl.push() , in the second page you should have another side menu other than the page root H...
asked by 01.09.2017 / 06:23
1
answer

How is the ionic [style] directive used?

I once read in a documentation that you could use an ionic or angular style directive, I do not remember well, I just remember that it was like this: [style.width]='expresión' and I can not find the documentation, does anyone know how to...
asked by 23.09.2017 / 01:48
1
answer

Ionic - Onesignal - In handleNotificationReceived does not update my view

I tried to update an array after receiving a notification from Onesignal: getMsg.ts (simplified): ... getMsg = Array<Object> = []; ... constructor( ... private oneSignal: OneSignal ... ) { ... this.oneSignal.handleNotificationR...
asked by 20.06.2017 / 12:31
1
answer

Change color of ion-item ionic

I'm trying to change the color of ionic-ionic item by clicking on it, I'm starting with angular and ionic and I do not really know how to do it. I know that it would be necessary to pass the id to the metedo click and once there to change it, bu...
asked by 27.05.2017 / 17:40
1
answer

Error in exporting xcode could not attach to pid 3307

I made an application with ionic and it works correctly when I tried it in xcode, it has the certificates only for development, before I exported the ipa and if it was installed in itunes, but now it is not installed, it shows that it is being i...
asked by 12.05.2017 / 19:30
1
answer

problems when compiling android project on ionic

I have a project created on ionic, which at the time of compiling gives me the following error I have tried everything, uninstalling and installing everything again, but nothing turns out.     
asked by 26.07.2017 / 01:29
1
answer

Mark several points in Google Maps?

I have a problem with the markers in the map of google maps, I have been trying to implement a google map with javascript api, I work with ionic 1 and angularjs and this is the code I have so far. The problem is that it only marks me where I am...
asked by 15.06.2017 / 19:35
1
answer

Integrate Firebase into ionic v1

Hi, I have problems integrating Firebase in my ionic v1 app. The way I am integrating it is as follows: I create a config.js: angular.module('starter.configs', []) .constant("CONFIG", { "FIREBASE_API": 'apiiiii******+', "FIREBASE_AU...
asked by 23.02.2017 / 16:31