504 followers
I write daily web development tips that help you become a more efficient developer. 👨💻⚡️
I'm sure you've seen these before, you open an app for the first time, and you're welcomed by this tour of what the app is about. Today I'll show you how you can make one of these yourself in Ionic. The result is a welcome flow like this: Creating t...
So far, we have seen Modals in Ionic, Toast messages for Ionic, so let's look at alerts messages today. Alerts are a great way to have a bit more in your face toast message. They require user action to be dismissed, and they can even prompt to ask fo...
Today we will be looking at a native HTML element that can be used to create expandable elements. It's the detail-summary combination, and the result will look like this. https://codepen.io/rebelchris/pen/abBYLrr HTML Detail summary To add this funct...
Yesterday we made a modal in Ionic, modals are really cool, but generally, we want to pass or receive data from them. That will be what we'll be making today, a modal that passes, modifies, and returns data. The end result for today will look somethi...
Modals are a big thing in apps. You see them almost everywhere for small detail transactions. In this article, I'll show you how to add your own modal to an Ionic app. The result will look like this. This tutorial will pick up from our starting Ion...
The other day I had to make an Ionic application that had a tab bar and a side menu. Today, I'll be showing you how to create this yourself. As the starter template, we will be using the Ionic tabs, which you can find on my Ionic start GitHub repo. T...