Difference between ios and android with font-size
Have you inspected the computed font size of the button on each platform? You might want to look at the cascade of the styles and see if something is causing the difference.
View ArticleHow to check if Ion-View has updated or changed
https://angular.io/guide/lifecycle-hooks ngOnChanges lifecycle hook may be your best bet Plse note that angular lifecycle hooks follow a different implementation as compared to ionic lifecycle hooks...
View ArticleClick to slide open ion-item-sliding instead of swiping
Awsome. But this needs additional code in case users still use sliding gesture. Use IonDrag. <ion-item-sliding #slidingItem (ionDrag)=“onSlide(slidingItem)” onSlide(slidingItem: ItemSliding){...
View ArticleCapacitor alpha-version release
I started using it as early as I could, and it’s been working well. It’s been good for my general knowledge to be using Android Studio more. Aside from that, I’ve yet to do anything too crazy with it...
View ArticlePWA starter for Ionic?
Hi all, we’ve released the official Ionic PWA Toolkit with the latest Ionic that shows our recommended best practices for building Ionic PWAs: https://github.com/ionic-team/ionic-pwa-toolkit
View ArticleNormal html tags like , , are not rendering in side
Hi Tommertom, This code snippet is copied from the official doc and here they just used <h2> and <p> tag. <ion-list> <ion-item> <ion-avatar item-start> <img...
View ArticleImport custom Components? Please help!
I’ve got the same problem … how did you solve this kind of problem?
View ArticleClick to slide open ion-item-sliding instead of swiping
Not sure if it helps, but Josh Morony has a nice tutorial on item sliding animation joshmorony - Build Mobile Apps with HTML5 – 22 Nov 16 Create a Sliding Item Animation with a Directive in Ionic 2...
View ArticleNormal html tags like , , are not rendering in side
Why do you have two button defintions of which one is nested in the other? Remove the outer and make it ion-item (with the ngFor) and the look what happens?
View ArticleCapacitor alpha-version release
Cool, thx for the feedback. I’ve been playing with Stencil the last couple of weeks, I’ve to push an update of my app soon and then gonna begin to play with Capacitor…so much looking to it
View ArticleCapacitor alpha-version release
Sorry - I just wondered if Capacitor had it’s own forum?
View ArticleNormal html tags like , , are not rendering in side
yeah i have already tried it but the result is the same.
View ArticleRoadmap Ionic 4 (when alpha and beta publish?)
reedrichards: Alpha version around February-March I wasn’t that bad with my prediction, end of February, Capacitor Alpha is released, congrats to the Ionic team!...
View ArticleCapacitor alpha-version release
Dont worry about it! We could start a new forum Pretty sure (but that is offtopic) once Capacitor is out, including Stencil and Ionic 4, we will see this forum explode with angular, react, vue,...
View ArticleLocal-notifcation 'at' and 'every' fields used together
I want a daily reminder at a specific time. I just need help with how to set the ‘at’ variable, should it be a Date format or Date(myfulldate).getTime()? at the moment I have: … this.notificationTime...
View Article.js, .json, .map files in VS Code
I know this has been discussed before but it seems to be back with a force. All folder pages, providers etc are displaying these .js, .json, .map files. I read that they should not appear, that they...
View Article