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
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 How to add specific configuration parameters to iOS -Info.plist and AndroidManifest.xml for your Cordova app In my last Cordova project, I needed to add some specific values to the iOS -Info.plist file, as there was no parameter to do that in the Cordova config.xml . The problem
cordova Ionic Directive to allow closing a popup when tapping on the background In my last project, my client wanted to be able to close a popup by tapping outside of it's bounds. So I made a directive to do exactly that and as it was
tools Apache Cordova and Remote Debugging on iOS This tutorial will show you how to remotely debug your cordova app on iOS using the Safari Remote Debug Tool. Some time ago, I wrote an article explaining how to remotely debug your