I'm Parhampazel.hashnode.net路Jul 12, 2021FeaturedIonic, React PWA with Auth0 login for web and mobile (no plugin required)This article builds an Ionic PWA app that uses Auth0 for authentication. We will go through a step by step guide on how to do this. Here is the final demo. Git repo: https://github.com/pazel-io/ionic-auth0-react-pwa Configuring Auth0 Before anything...65 likes路1.5K readsIonic Framework
Chris Bongersdaily-dev-tips.hashnode.net路Mar 7, 2021Using alerts in IonicSo 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...54 likes路74 readsIonic Framework
Chris Bongersdaily-dev-tips.hashnode.net路May 19, 2021Ionic tab bar circle middle buttonToday I'll be showing you how to make a circle middle button inside a tab bar. It's a way to make a button stand out more from the tab bar, and it can be your center of attention inside your app. Circle middle tab bar button We won't be making every...45 likes路114 readsIonic Framework
Carlos Armando Marcano Vargascarlosmv.hashnode.net路Apr 25, 2023How to Build a Mobile App with Ionic Framework and Rails: A Step-by-Step GuideIn this article, we will create a basic UI for a ToDo API developed with Rails in this article. There is no need to develop the server if you don't want to. You can clone it from this repository. Or use any other API that has the following fields: { ...Building a mobile app with Ionic and RailsTypeScript
Munir I Saidmuneersahel.hashnode.net路Apr 19, 2023# Why I Shifted to Angular Ionic FrameworkAs a web developer, I have always been on the lookout for new technologies and frameworks that can improve my workflow and productivity. Recently, I decided to shift to the Ionic framework, and in this article, I will explain why. What is Angular Ion...Angular
Abhay Dixitabhaydixit.hashnode.net路Mar 25, 2023Flutter- Features, Architecture and its AlternativesAbout: It is a tool that allows us to build native cross-platform apps (ios,android,windows, linux, macos) with one programming language and one codebase. Tool: Flutter make the process of cross platform development easy, that's why it is called a t...10 likes路30 readsMobile Development
Jayani Sumudinijayanisumudini.hashnode.net路Jun 11, 2017The Changes From Ionic 2 To Ionic 3The change from Ionic 2 to Ionic 3 The change from Ionic 2 to Ionic 3 will be nothing like that change from Ionic 1 to Ionic 2. Ionic, like Angular, is just using a different versioning system now (Semver versioning). Given a version number MAJOR.MIN...Ionic Framework
Ben Wattsmvbootstrap.hashnode.net路Feb 22, 2023Develop faster on MobileA caveat before starting, my interest in mobile apps has always been what you might call "utility" apps. So not games, nor apps that are super heavy in multimedia, or games. Apps that, broadly speaking fetch, store or retrieve moderate amounts of dat...1 likeReact Native
Miracle OnyenmaforOpen Replay's Technical Blogopenreplay.hashnode.net路Jan 11, 2023Building a mobile app with React and IonicIn this article, we will cover the basics of React and the Ionic framework. We will learn how to build a simple application with React and Ionic. We will cover the application structure by explaining how React and Ionic applications are laid out and ...64 readsJavaScript
Ashutosh Guptacodewithashu.hashnode.net路Dec 27, 2022Add Dark mode in Ionic Framework, Tailwind CSS in just 2 minTo add a dark mode feature to an Ionic app using Tailwind CSS, you can follow these steps: In your Ionic project, install the ionic-CSS-utils package by running the following command: npm install ionic-css-utils In your Tailwind CSS configuration...105 readsIonic Framework
Ashutosh Guptacodewithashu.hashnode.net路Dec 22, 2022How to create a youtube downloader using an ionic framework with angular?Install the Ionic framework and Angular by running the following command: npm install -g @ionic/cli @angular/cli Create a new Ionic project using the Angular framework by running the following command: ionic start my-youtube-downloader --type=angul...115 readsIonic Framework
Emil Kovacevicemilthedev.hashnode.net路Dec 20, 2022How to implement A/B testing in IonicThe world population continues to grow, and so does the number of house pets. While we all hope most of them have a good quality of life, some don't have a home. To combat this, we can make an animal care app. In this blog post, the app's objective i...configcat
Christian Bonnaudcbonnaud.hashnode.net路Dec 11, 2022Use Ionic with Vite, Vue 3, WindiCSS, and unpluginsUse Ionic with Vite, Vue 3, WindiCSS, and unplugin Introduction Ionic is a powerful tool that can help you create cross-platform mobile applications using your favorite javascript front-end framework. In my case, I am not very familiar with mobile de...1 like路171 readswindi