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
cordova Boost your Cordova app performance on Android with Crosswalk In this article, I will show you how much Crosswalk [https://crosswalk-project.org/] boosts your Cordova app running on Android and also how to install it. In january, the Ionic team announced their
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
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
tools Apache Cordova and Remote Debugging on Android This tutorial will show you how to remotely debug your cordova app on Android using the Chrome Webview debugging tool. Sometimes your cordova app will have some visual differences between your Chrome Desktop