How to make Ionic Button Bar replace dropdowns in forms
Make a Radio Group directive in Ionic & use it in forms like a real input element and replace select tag! Radio Groups are known as Segment Controls or iOS' UISegmentedControl.
Make a Radio Group directive in Ionic & use it in forms like a real input element and replace select tag! Radio Groups are known as Segment Controls or iOS' UISegmentedControl.
Generate a Release APK file in just 3 easy steps for your Android app in Ionic. Save time and submit to the Google Play Store.
For mobile, Ionic has got you covered with its Ion-List. But currently (version 1.3.8
), a CollectionView in Ionic, that should look and work like iOS' UICollectionView, has not been implemented. But there's a simple workaround. It (mostly) depends on the CSS.
What if Ionic's image generator somehow stops working one day and you really need to add app icon and splash image in different sizes for iOS and Android? Here’s one way to add these assets manually. I’ve also included Illustrator files as templates for your convenience. Free downloads.
The iOS simulator and Genymotion are good and all but there are cases where we want to run our apps on real devices. Running on devices definitely gives a different feel. This tutorial will show you how to run your Ionic on real devices via the terminal.
This tutorial will show you how to make an Ionic App on the terminal and run it on a browser, iOS Simulator and Genymotion. I've also noted some errors and problems that I've encountered when I first started making an Ionic project on the terminal just in case you'll encounter them too.