I've been hearing a lot about AI's potential to build software, so I decided to run an experiment. I gave Loveable, an AI app builder, a detailed prompt to create a to-do app.…
Intro If you want to add native code to Cordova you’re pretty much on your own because the framework won’t help you with it. So obviously the first thing you would try when doing anything that has to do with a native feature in Cordova is you wold look…
Migrating Ionic Cordova to Capacitor application — Complete Guide Here is the complete guide to converting the Ionic Cordova application to Capacitor (this article works best for Ionic version 5/6 Angular).…
V nasledujúcom je popísaný (asi najjednoduchší) spôsob, ako do Ionic (ver.5) aplikácie pridať geolokáciu (tj.zistenie vlastnej GPS polohy. ionic start Test004 blank --type=angular V pracovnom adresári tejto Ionic aplikácie je teraz potrebné spustiť…
I have never quite been interested in building native apps but my recent realization of the web's limits changed my mind. I tried firstly Ionic, a great framework for building hybrid applications.…
I didn’t have much frontend experience. This post covers the struggles I ran into. React with TypeScript felt like the obvious choice — popular, good ecosystem, type safety. I started writing plain CSS modules for styling. Full control, right?…