ionic How to run your Ionic app on a specific iOS simulator using the CLI Have you ever wondered how to launch a specific iOS simulator directly using the ionic cli instead of launching XCode and choosing the simulator from the list? I have... many times... But I
tools Live debug your Cordova/Ionic application with Visual Studio Code In this article, I will show you how to setup your development environment using VS Code to be able to debug correctly your Ionic app running on iOS or Android. This means: * Live
ionic Monitor Your Ionic Application With Microsoft Application Insights > Application Insights [https://azure.microsoft.com/en-us/services/application-insights/] tells you about your app's performance and usage. You can get data about how many users you have, which pages are most popular, how
cordova Simple directive to lazy load images in your Ionic app This article will show you how to use this great directive made by Vinicius Pavei which allows you to easily lazy load images in your Ionic app: https://github.com/paveisistemas/ionic-image-lazy-load Introduction
javascript The solution to get mixpanel-js to work in your cordova app I updated mixpanel-js to support localStorage and proper cordova support. This code is available on my fork and I submitted a pull request. It's likely to be merged soon. Let's discover together why