Subscribe to masimplo.com

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

Ionic

A collection of 4 posts

Ionic2 VirtualScroll custom component workaround cover image
Ionic

Ionic2 VirtualScroll custom component workaround

Simply put virtual scroll is a performance related technique to have a scrollable list of a vast amounts of records that does not impact…

Testing Ionic presentables cover image
Ionic,  Code,  Testing

Testing Ionic presentables

I frequently come across the question of how we can test a presentable in Ionic. A presentable is component that is presented in a separate…

Using environment config in Ionic2 cover image
Ionic,  Code

Using environment config in Ionic2

After 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…

Migrating an Ionic App to use Angular standalone components cover image
Code,  Ionic

Migrating an Ionic App to use Angular standalone components

After upgrading some of our projects to Angular 15 and making sure everything works as expected, I decided it was time to delve into…