HomeAboutBadges
Blog Author Picture

Chris Bongers

504 followers

I write daily web development tips that help you become a more efficient developer. 👨‍💻⚡️

Ionic welcome tour slider

Mar 8, 20215 min read

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...

Using alerts in Ionic

Mar 7, 20215 min read

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...

HTML Detail Summary element

Mar 5, 20212 min read

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...

Ionic modals passing and receiving data

Mar 4, 20213 min read

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...

Adding modals to an Ionic app

Mar 3, 20214 min read

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...

Ionic adding a side menu

Mar 2, 20213 min read

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...

© 2021 Daily Dev Tips

PrivacyTerms
Proudly part of