Jayani Sumudiniblog.jayanisumudini.com·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...Discuss·27 readsIonic Framework
Chris Bongersdaily-dev-tips.hashnode.dev·Nov 1, 2020Ionic adding infinite scroll to our listYesterday we created an API powered list in Ionic, but let's see how we can add an infinite scroll to it. Infinite scrolls are proven to be very good on mobile phones. I think they have an addicting pattern in them. You as a person are not forced to ...Discuss·73 readsionic
Chris Bongersdaily-dev-tips.hashnode.dev·Oct 31, 2020Ionic showing API results in a list viewToday I wanted to check in on Ionic again, and specific making an API call and showcasing the results in a list. This is a very common use-case in Ionic. You want to call an API endpoint and get a list of results back. The user can often click these ...Discuss·18 likes·73 readsionic
Chris Bongersdaily-dev-tips.hashnode.dev·Aug 28, 20205 full-stack projects to add to your portfolio before 2020 ends 🤯Procrastination, we've all dealt with it. But today because of this blog post you will find five full-stack projects you can add to your portfolio before the end of 2020! Coming up with ideas on how to test your skills can be a pain in the ass. Trust...Discuss·33 likes·791 readsAngularI love Ania's videos on JavaScript games. I found her via her tetris course on codedamn. 11
Chris Bongersdaily-dev-tips.hashnode.dev·Jul 5, 2020Ionic Adding PagesWhat is an App without any pages? Not much right, unless you are the person that made that million-dollar app back in the day. So today we'll, be looking into adding some pages to our application. Ionic Generator Luckily we don't have to create the p...Discuss·137 readsionic
Chris Bongersdaily-dev-tips.hashnode.dev·Jul 3, 2020Ionic ResourcesAnother great thing that Ionic comes with out of the box is the ability to generate resources. Meaning we can super easily create a splash screen and app icon. We don't have to create every size possible for the billions of devices sizes we have nowa...Discuss·92 readsionic
Stalin Mazastalinmaza97.hashnode.dev·Nov 1, 2019Angular Leaflet RoutingPara este ejemplo debemos primero instalar lo necesario para poder trabajar con Leaflet en Angular o Ionic + Angular npm install leaflet leaflet-routing-machine leaflet-gesture-handling Añadimos el CSS necesario en el archivo index.html <link rel="s...Discuss·1 like·2.6K readsAngular
Stalin Mazastalinmaza97.hashnode.dev·Aug 26, 2019Errores en IONIC que me hicieron sufrirEn esta publicación voy a listar los problemas que más me rompieron la cabeza y que pase horas y horas buscando la solución y que espero que otros no pasen lo mismo y puedan ahorrarse horas. El Error "net::ERR_CLEARTEXT_NOT_PERMITTED" Este error se d...Discuss·4 likes·8.5K readsGoogle
Joao Pedro Pedrosajoaoppedrosa.hashnode.dev·Oct 5, 2017Tips and Tricks if you REALLY want to use Ionic (Part 2)Creating flavors in Ionic In this second part of the article “Tips and Tricks if you really want to use Ionic” I’m going to exemplify how you can do product flavors (like in Android) using gulp tasks. Flavors in Android allow you to create multiple v...Discuss·28 readsIonic Framework
Joao Pedro Pedrosajoaoppedrosa.hashnode.dev·Jun 20, 2017Tips and Tricks if you REALLY want to use Ionic (Part 1)Native Transitions One of the main issues of Ionic is the fluidity in the transitions between screens (mostly in Android), a workaround for this issue is to use ionic-native-transitions. //Add this lines to your app.js file $ionicNativeTransitionsPr...DiscussIonic Framework