Tutorial by Topics: ionic

Ionic is a framework for developing mobile applications with HTML, CSS, and JavaScript. Ionic applications run as native applications and have a native "look and feel". Ionic is built on the AngularJS framework and provides a complete solution to design, build, and package mobile applic...
Testing of native device features like Camera, Vibration and others, many of which are found in the documentation of Ionic Native, cannot be done in the browser. This is an inherent limitation of the fact that Cordova, the platform on which Ionic depends to be able to access native Android, iOS, a...
Ionic 2 is a cross-platform mobile development technology. This framework is built for building hybrid mobile applications and it can be also used for desktop application as well. It is a write once, run everywhere technology. It uses web technologies such as JavaScript/Typescript, Angular 2, HTML...
Linting your ionic app before running has huge advantages. It will analyse code for potential errors and save you tremendous amount of time. What is linting and how to install the required packages? "Linting is the process of running a program that will analyse code for potential errors.&...
In the modern web development it's common practice to use fonts to display icons. Since fonts are vectors, they are resolution independent and can be easily colored through CSS, just to name a few advantages compared to bitmap images etc. Ionicons was created by the same team that Ionic Framework ...
Ionic offers a variety of Javascript AngularJS extensions for you to use. These extensions can be anything from normal form inputs to modal windows and makes coding your basic app a lot faster using these ready extensions.
ParametersDetailtitle: '',// String. The title of the popup.cssClass: '',// String, The custom CSS class namesubTitle: '',// String (optional). The sub-title of the popup.template: '',// String (optional). The html template to place in the popup body.templateUrl: '',// String (optional). The URL of...
Introduction Hooks are pieces of code that Cordova CLI executes at certain points in your Cordova/Ionic application build. Hooks can be used for example to manipulate files in our project, automatically add plugins into your application or as in the example above check for code errors in your f...
Ionic has a lot of great ready declared CSS components to make your life easier while coding your next hybrid mobile application. These components vary from a basic grid system to styling your forms. These components are in your use if you choose to install Ionic with the pre-set CSS stylesheets. ...

Page 1 of 2