ionic4 How to create a Landing Page with a video background in Ionic 4 We've all seen it at least once. You open an app for the first time and you see a beautiful landing page with a catchy phrase, the login button in the center and
tutorial How to create a reusable Web Component with Stencil and use it in your Ionic 4 application with Angular Ionic 4 is finally here and ready for production. And I'm sure you've all heard about their heavy use of reusable Web Components to make Ionic framework agnostic (and many other reasons). That's
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 Our project template to build awesome Ionic apps using Webpack and Typescript We've been working on a custom build workflow using Webpack to compile our Ionic apps written in Typescript. After one year using and tweaking it, we decided to release it as a Yeoman
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
grunt Grunt configuration for your Node.JS server in TypeScript By following the steps of this article, you will have a powerful automation tool that can lint and compile your TypeScript files and restart your node server each time you make a change
grunt Getting Started With Grunt This tutorial will help you get started with Grunt, a useful Javascript task runner with automation capabilities. We’re hearing a lot about GruntJS [http://gruntjs.com/] these days and you may wondering