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