If you want to use your app for multiple user groups, chances are high you need to present different UI elements or pages to your…
Read MoreIf you are working with huge amounts of data, you might have experienced performance problem with the standard Ionic list and your items.
Read MoreIf you want to offer your users a list of different elements to select from, you sometimes want more power and control over the Ionic…
Read MoreAlmost unnoticed since Ionic 4 we have a great, maybe underrated new component named ion-picker which allows us to display exactly what you might wish:…
Read MoreBuilding your own chat component isn’t that easy, especially the backend part of connecting your users and managing your groups. But leaving that out for…
Read MoreIonic already comes with some helpful utilities for converting strings or adding padding to elements, and Angular as well has a bunch of awesome built…
Read MoreIf your Ionic app targets multiple markets it’s a good idea to add different language strings for different countries so all your users feel right…
Read MoreIf your Ionic app is making requests to a server or API you normally control the server and easily overcome CORS issues. The problem is,…
Read MoreWhen you are migrating your Ionic 3 app to Ionic 4 one of the biggest problems you will face is converting your logic to the…
Read MoreCreating a side menu with Ionic 4 isn’t that hard, but sometimes you need a multilevel navigation like an accordion to present your information in…
Read More