Questions tagged as 'ionic3'

0
answers

How do I get all the data of an instance in Localforage - Ionic

I have the following configuration localforage.config({ driver: localforage.WEBSQL, name: 'databaseName', version: 1.0, size: 4980736, storeName: 'databaseStore', description: 'some description' }); The creation of the Instance...
asked by 30.04.2018 / 23:52
1
answer

How do I setInterval with Ionic?

My problem is that I do not know how to do a setInterval on Ionic3. I put the following in the .ts of my page: export class ClickerPage { public dinero=0; public produccion=1; constructor(public navCtrl: NavController) { setInterval(functi...
asked by 22.04.2018 / 20:58
1
answer

how to locate a popover, menuToggle and tituloHeader in ionic

I am doing a popover to my application in ionic 3, and it works well but it is not seen in the same line. I explain myself with the image As you can see the menuToggle, promotions and the Popover look uneven my code where the menu is fr...
asked by 15.04.2018 / 23:38
1
answer

avatar in header of ionic-menu ioic

I'm trying to place an avatar in the header of a menu in IONIC 3, but I do not get the result I want. What I have tried to do is the following: <ion-menu id="menuNave" [content]="miNav" padding> <ion-header> <ion...
asked by 09.04.2018 / 21:32
1
answer

http Requests on Ionic # 3

I have a tremendous confusion. I have my function perfectly getPromociones(id:any){ // var url = "https:/xxx/promociones/ObtenerPromociones?IdCategoria="+id; return this.http.get(url).subscribe( (data)=>{...
asked by 10.04.2018 / 17:24
1
answer

how can I dynamically generate ionic components?

Let's say if I have a text and input field a 5 will generate 5 buttons or if I enter a 7 then 7 buttons will be generated     
asked by 14.03.2018 / 04:57
0
answers

Error trying to generate Apk in Ionic 3

Unzipping /root/.gradle/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3-all.zip to /root/.gradle/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9 Exception in thread "main" java.util.zip.ZipException: error in opening zi...
asked by 26.03.2018 / 23:15
1
answer

Capture firebase data with angularfire2

I try to make an application that has an internal chat where users can send messages to each other and I have the following model The question is, how do I manage to capture the rooms where I have the ids of the registered chats in whic...
asked by 28.02.2018 / 06:29
0
answers

ion-list ionic 3 I need it to always occupy 100% of the width even if it has no elements

friends I have little time working with ionic 3, in the front part is where I lack a lot. If anyone knows how I can make a list, even if it has no elements always occupy 100% of the width and do not deduce its width when an element is small o...
asked by 28.02.2018 / 20:31
0
answers

Obtain cookies from the header response in ionic 3

I'm working on Ionic 3 and I need to get the response of the cookies from the headers. look at that: Set-Cookie:.AspNet.TwoFactorCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT Set-Cookie:.AspNet.ExternalCookie=; path=/; expires=Thu, 01...
asked by 25.02.2018 / 06:54