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