Conditional Attributes, Styles, Classes in ionic 2
I have ion-list with ion-items; I want the last item in a group to have no bottom border. no-lines seems to be the property/class/style I need to use with last. However this doesn’t work: [no-lines] =...
View ArticleHow to put two tab lists on the side menu of Ion Conference App
Dear community, I need some help. github.com ionic-team/ionic-conference-app/blob/master/src/app/app.component.ts import { Component, ViewChild } from '@angular/core'; import { Events, MenuController,...
View ArticleHow to go back to application after pressing on external URL? [SOLVED]
I am facing the same issure. But no one is sharing any clue to get back to the app from the inappbrowser. If i press back button from InAppBrowser, it closes my application also. Any hint?
View ArticleInAppBrowser crash the application: the application stopped
I am calling this.iab.create(url, '_system'); from my application and it opens the url in the system browser. Now, if i press the back button, the InAppBrowser closes but it also closes my...
View ArticleHow to display image(taking with camera) on canvas (signature pad)
hey, i try to implement that but getting error at prototype "SignaturePage.prototype: any" error in my ts file…
View ArticleHow to display image(taking with camera) on canvas (signature pad)
and where should i add that code to in my signature.ts file
View ArticleHow to close side-menu upon navigation
Hi, I am having the same problem with ionic3. menuClose is not working on multiple tap from the side-menu
View ArticleShould I unsubscribe Observables lists?
I use a very similar approach, but don’t include this._destroy$ = undefined; Where _destroy$ = _tripwire. What’s your reasoning for that additional line? Should I be using it?
View Article[Capacitor] Newbie questions
Cool post @Tommertom Tommertom: are you getting issues opening Studio after running npx cap open android for the first time? I need to set “windowsAndroidStudioPath” to a proper location (instead of...
View Article[Capacitor] Newbie questions
Also may I ask you @Tommertom, where you able to add the iOS platform? I’m still facing issue and can’t try iOS with capacitor when I do ionic start captest cd captest/ npm install --save...
View ArticleProgress bar in themeable browser
Hi How add loader or progress bar in themeable browser i want to show laoder in themeable browser untill its open www.google.com.for now its taking some time to open and untill it opens its showing...
View Article[Stencil] Importing Stencil components into Ionic-Angular
I think Angular 6 will add “improvements” in the internationalization/translations. It seems that it gonna be possible to better load a language at boot time (I insist on the “it seems” or “maybe”, I...
View ArticleApp slow start up
yashwanth493: due to crosswalk app size increases and it will be slow . that’s totally not correct yashwanth493: remove crosswalk plugin if it is absolutely not necessary . that’s correct if you use...
View ArticleConditional Attributes, Styles, Classes in ionic 2
Why not just solving that with css respectively without adding anything with angular? Use :last-child selector Not the correct css but something like ion-list ion-item.item-block.item:last-child { }...
View ArticleUncaught (in promise): Error: Cannot find control with name after click on...
Hello to all, I have create a app in which i have to click on the login link i got this error “Cannot find control with name” sir i am new in ionic please tell m how to fix this error? i got the error...
View ArticlemenuClose is not working properly in Ionic3
Have you try using (click) instead of (tap)?
View ArticleRemove console logs (release)
The solution suggested by @guillefd will hide the printouts to console, but performance win will be lesser then when removing calls to console.log()
View ArticleApp slow start up
I found some interesting about crosswalk ionic_Crosswalk and app size increased So i thought app size increases and running will be slow.
View ArticleIonic 2 file plugin get Type MIME
Hello guys, how can I recover the type MIME of this file plugin ? plugin file
View Article[Stencil] Importing Stencil components into Ionic-Angular
@reedrichards Here’s my issue. I don’t know what makes my component different from yours, but congrats! https://github.com/ionic-team/stencil/issues/571
View Article