IonicIonic2 VirtualScroll custom component workaroundSimply put virtual scroll is a performance related technique to have a scrollable list of a vast amounts of records that does not impact…
Ionic, Code, TestingTesting Ionic presentablesI frequently come across the question of how we can test a presentable in Ionic. A presentable is component that is presented in a separate…
Ionic, CodeUsing environment config in Ionic2After you finish building your app and you are ready to deploy to the App Stores you will realize that you need to use specific variables…
Code, IonicMigrating an Ionic App to use Angular standalone componentsAfter upgrading some of our projects to Angular 15 and making sure everything works as expected, I decided it was time to delve into…