How to detect when an Ionic App is running on device with livereload

How to detect when an Ionic App is running on device with livereload

Ionic livereload option is great but there are special situations when you need to detect when an Ionic App is running on device with the livereload flag. For example when you need to fetch data from a REST API and you have to use a PROXY so you do not get any Access-Control-Allow-Origin error.

webpackJsonp is not defined when updating Ionic

This is a really stupid error that can happens when you update your ionic dependencies (Never touch a running system!!! but well sometimes we have to). It happens because the way Ionics build the scripts have change along the way and your project does not find all the generated javascript, Probably the file missing is  so as for just be

Read More

Force the same visual style for all platforms in Ionic

Force the same visual style for all platforms in Ionic

Ionic uses different visual styles for different elements like icons for each platform (for example in iOS the navbar title is centered while in Android it goes at the left), the idea is to get a much “native” feeling in each platform but sometimes you could need (or required to) use the same visual style for all platforms, for example

Read More