ionic tutorial

 Ionic i About the Tutorial Ionic is open source framework used for developing mobile applications. It provides tools and services for building Mobile UI with native look and feel. Ionic framework needs native wrapper to be able to run on mobile devices. This is an introductory tutorial, which covers the basics of the Ionic Open Source Framework and explains how to deal with its various components and sub-components. Audience This tutorial is created for JavaScript developers that are new to mobile development. It provides simple, easy to understand explanations with useful working examples. We will go through most of the Ionic Framework so you can also use this as a reference for your projects. This tutorial is intended to make you comfortable in getting started with the Ionic Open Source Framework and its various functions. Prerequisites Since Ionic is built on top of AngularJS and Apache Cordova, you will need to have basic knowledge about these technologies. You also need to be familiar with HTML, CSS and JavaScript, if you want to understand all the information provided. Copyright and Disclaimer  Copyright 2017 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial. If you discover any errors on our website or in this tutorial, please notify us at contact@tutorialspoint.com Ionic ii Table of Contents About the Tutorial ............................................................................................................................................ i Audience........................................................................................................................................................... i Prerequisites..................................................................................................................................................... i Copyright and Disclaimer ................................................................................................................................. i Table of Contents ............................................................................................................................................ ii IONIC − BASICS ............................................................................................................................ 1 1. Ionic – Overview .......................................................................................................................................2 Ionic Framework Features...............................................................................................................................2 Ionic Framework Advantages..........................................................................................................................2 Ionic Framework Limitations...........................................................................................................................3 2. Ionic – Environment Setup........................................................................................................................4 Installing Cordova and Ionic ............................................................................................................................4 Creating Apps ..................................................................................................................................................4 Tabs App..........................................................................................................................................................5 Blank App.........................................................................................................................................................7 Side Menu App ................................................................................................................................................9 Test App in Browser ......................................................................................................................................11 Project Folder Structure ................................................................................................................................12 IONIC – CSS COMPONENTS ....................................................................................................... 14 3. Ionic – Colors ..........................................................................................................................................15 Ionic Color Classes.........................................................................................................................................15 Ionic Color Usage...........................................................................................................................................15 Customizing Colors with CSS .........................................................................................................................16 Customizing Colors using SASS ......................................................................................................................17 4. Ionic – Content........................................................................................................................................19 5. Ionic – Header.........................................................................................................................................20 Adding Header...............................................................................................................................................20 Header Colors................................................................................................................................................21 Header Elements...........................................................................................................................................22 Sub Header....................................................................................................................................................23 6. Ionic – Footer..........................................................................................................................................26 Adding Footer................................................................................................................................................26 Footer Colors.................................................................................................................................................27 Footer Elements ............................................................................................................................................28 7. Ionic – Buttons........................................................................................................................................30 Block Buttons.................................................................................................................................................30 Button Size.....................................................................................................................................................31 Button Colors.................................................................................................................................................31 Button Outline...............................................................................................................................................33 Adding Icons..................................................................................................................................................34 Button Bar .....................................................................................................................................................35 Ionic iii 8. Ionic – Lists .............................................................................................................................................36 Creating Ionic List ..........................................................................................................................................36 Inset List.........................................................................................................................................................37 Item Dividers .................................................................................................................................................37 Adding Icons..................................................................................................................................................39 Adding Avatars and Thumbnails....................................................................................................................40 9. Ionic – Cards ...........................................................................................................................................42 Adding Cards..................................................................................................................................................42 Card Header and Footer................................................................................................................................43 Complete Card...............................................................................................................................................44 10. Ionic – Forms...........................................................................................................................................46 Using Input Form...........................................................................................................................................46 Ionic Labels....................................................................................................................................................47 Stacked Label.................................................................................................................................................48 Floating Label ................................................................................................................................................49 Inset Inputs....................................................................................................................................................50 11. Ionic – Toggle..........................................................................................................................................52 Using Toggle ..................................................................................................................................................52 Multiple Toggles............................................................................................................................................53 Styling Toggle.................................................................................................................................................55 12. Ionic – Checkbox .....................................................................................................................................59 Adding Checkbox ...........................................................................................................................................59 Multiple Checkboxes.....................................................................................................................................60 Styling Checkbox............................................................................................................................................61 13. Ionic – Radio Button................................................................................................................................64 Adding Radio Buttons....................................................................................................................................64 Multiple Radio Button Groups.......................................................................................................................66 14. Ionic – Range ..........................................................................................................................................68 Using Range...................................................................................................................................................68 Adding Icons..................................................................................................................................................69 Styling Range .................................................................................................................................................70 15. Ionic – Select...........................................................................................................................................72 Using Select ...................................................................................................................................................72 Styling Select .................................................................................................................................................73 16. Ionic – Tabs.............................................................................................................................................78 Simple Tabs....................................................................................................................................................78 Adding Icons..................................................................................................................................................79 Striped Tabs...................................................................................................................................................82 17. Ionic – Grid..............................................................................................................................................83 Simple Grid ....................................................................................................................................................83 Column Sizes..................................................................................................................................................84 Horizontal and Vertical Positioning ...............................................................................................................86 Responsive Grid.............................................................................................................................................88 Ionic iv 18. Ionic – Icons............................................................................................................................................91 How to use Icons? .........................................................................................................................................91 19. Ionic – Padding........................................................................................................................................93 IONIC − JAVASCRIPT COMPONENTS .......................................................................................... 95 20. Ionic – JavaScript Action Sheet................................................................................................................96 Using Action Sheet ........................................................................................................................................96 21. Ionic – JavaScript Backdrop...................................................................................................................100 Using Backdrop............................................................................................................................................100 22. Ionic – JavaScript Content.....................................................................................................................102 23. Ionic – JavaScript Forms........................................................................................................................103 Using ion-checkbox......................................................................................................................................103 Using ion-radio ............................................................................................................................................106 Using ion-toggle...........................................................................................................................................107 24. Ionic – JavaScript Events .......................................................................................................................110 Using Events ................................................................................................................................................111 25. Ionic – JavaScript Header ......................................................................................................................112 Using JavaScript Header ..............................................................................................................................112 Styling Header .............................................................................................................................................112 Adding Elements..........................................................................................................................................113 Adding Sub Header......................................................................................................................................114 26. Ionic – JavaScript Footer .......................................................................................................................116 Using Footer ................................................................................................................................................116 Adding Elements..........................................................................................................................................117 Adding Sub Footer.......................................................................................................................................117 27. Ionic – JavaScript Keyboard...................................................................................................................119 Using Keyboard............................................................................................................................................119 28. Ionic – JavaScript List ............................................................................................................................123 Using List .....................................................................................................................................................123 Delete Button ..............................................................................................................................................124 Reorder Button............................................................................................................................................125 Option Button..............................................................................................................................................127 Other Functions...........................................................................................................................................129 29. Ionic – JavaScript Loading .....................................................................................................................130 Using Loading ..............................................................................................................................................130 Loading Config .............................................................................................................................................132 30. Ionic – JavaScript Modal .......................................................................................................................134 Using Modal.................................................................................................................................................134 31. Ionic – JavaScript Navigation.................................................................................................................140 Using Navigation..........................................................................................................................................140 Ionic v Creating Navigation Menu...........................................................................................................................141 Adding Navigation Elements .......................................................................................................................143 Other Navigation Attributes........................................................................................................................144 Caching ........................................................................................................................................................144 Controlling the Navigation Bar ....................................................................................................................145 Tracking History...........................................................................................................................................145 32. Ionic – JavaScript Popover ....................................................................................................................148 Using Popover .............................................................................................................................................148 33. Ionic – JavaScript Popup .......................................................................................................................153 Using Show Popup.......................................................................................................................................153 Using Confirm Popup...................................................................................................................................155 Using Alert Popup........................................................................................................................................157 Using Prompt Popup....................................................................................................................................159 34. Ionic – JavaScript Scroll .........................................................................................................................162 Using Scroll ..................................................................................................................................................162 Infinite Scroll................................................................................................................................................166 Scroll Delegate.............................................................................................................................................167 35. Ionic – JavaScript Side Menu.................................................................................................................172 Using Side Menu..........................................................................................................................................172 Side Menu Delegate ....................................................................................................................................174 36. Ionic – JavaScript Slide Box ...................................................................................................................176 Using Slide Box ............................................................................................................................................176 Slide Box Delegate.......................................................................................................................................179 37. Ionic – JavaScript Tabs ..........................................................................................................................181 Using Tabs ...................................................................................................................................................181 IONIC − ADVANCED CONCEPTS ............................................................................................... 184 38. Ionic – Cordova Integration...................................................................................................................185 Installing ngCordova ....................................................................................................................................185 39. Ionic – Cordova AdMob.........................................................................................................................186 Using AdMob ...............................................................................................................................................186 40. Ionic – Cordova Camera ........................................................................................................................190 Using Camera...............................................................................................................................................190 41. Ionic ─ Cordova Facebook .....................................................................................................................197 Installing Facebook Plugin ...........................................................................................................................197 Angular Service............................................................................................................................................198 42. Ionic − Cordova InAppBrowser..............................................................................................................202 Using Browser..............................................................................................................................................202 43. Ionic – Cordova Native Audio................................................................................................................205 Using Native Audio ......................................................................................................................................205 Ionic vi 44. Ionic – Cordova Geolocation .................................................................................................................207 Using Geolocation .......................................................................................................................................207 45. Ionic – Cordova Media ..........................................................................................................................209 Using Media.................................................................................................................................................209 46. Ionic − Cordova Icon & Splash Screen....................................................................................................212 Adding Splash Screen and Icon....................................................................................................................212 Ionic 1 Ionic − Basics Ionic 2 Ionic is a front-end HTML framework built on top of AngularJS and Cordova. As per their official document, the definition of this Ionic Open Source Framework is as follows: Ionic is an HTML5 Mobile App Development Framework targeted at building hybrid mobile apps. Think of Ionic as the front-end UI framework that handles all the look and feel and UI interactions your app needs to be compelling. Kind of like "Bootstrap for Native", but with the support for a broad range of common native mobile components, slick animations and a beautiful design. Ionic Framework Features Following are the most important features of Ionic:  AngularJS: Ionic is using AngularJS MVC architecture for building rich single page applications optimized for mobile devices.  CSS Components: With the native look and feel, these components offer almost all elements that a mobile application needs. The components’ default styling can be easily overridden to accommodate your own designs.  JavaScript Components: These components are extending CSS components with JavaScript functionalities to cover all mobile elements that cannot be done only with HTML and CSS.  Cordova Plugins: Apache Cordova plugins offer API needed for using native device functions with JavaScript code.  Ionic CLI: This is NodeJS utility powered with commands for starting, building, running and emulating Ionic applications.  Ionic View: Very useful platform for uploading, sharing and testing your application on native devices.  Licence: Ionic is released under MIT license. Ionic Framework Advantages Following are some of the most commonly known Ionic Framework Advantages:  Ionic is used for Hybrid App Development. This means that you can package your applications for IOS, Android, Windows Phone and Firefox OS, which can save you a lot of working time.  Starting your app is very easy since Ionic provides useful pre-generated app setup with simple layouts.  The apps are built in a very clean and modular way, so it is very maintainable and easy to update.  Ionic Developers Team have a very good relationship with the Google Developers Team and they are working together to improve the framework. The updates are coming out regularly and Ionic support group is always willing to help when needed. 1. Ionic –Overview Ionic 3 Ionic Framework Limitations Following are some of the most important Ionic Framework Limitations:  Testing can be tricky since the browser does not always give you the right information about the phone environment. There are so many different devices as well as platforms and you usually need to cover most of them.  It can be hard to combine different native functionalities. There will be many instances where you would run into plugin compatibility issues, which leads to build errors that are hard to debug.  Hybrid apps tend to be slower than the native ones. However, since the mobile technologies are improving fast this will not be an issue in the future. In the next chapter, we will understand the environment setup of the Ionic Open Source Framework. Ionic 4 This chapter will show you how to start with Ionic Framework. The following table contains the list of components needed to start with Ionic. S No. Software Description 1 NodeJS This is the base platform needed to create Mobile Apps using Ionic. You can find detail on the NodeJS installation in our NodeJS Environment Setup. Make sure you also install npm while installing NodeJS. 2 Android SDK If you are going to work on a Windows platform and are developing your apps for the Android platform, then you should have Android SDK setup on your machine. The following link has detailed information on the Android Environment Setup. 3 XCode If you are going to work on the Mac platform and are developing your apps for the iOS platform, then you should have XCode setup on your machine. The following link has detailed information on the iOS Environment Setup. 4 Cordova and Ionic These are the main SDKs which is needed to start working with Ionic. This chapter explains how to setup Ionic in simple step assuming you already have the required setup as explained in the table above. Installing Cordova and Ionic We will use the Windows command prompt for this tutorial. The same steps can be applied to the OSX terminal. Open your command window to install Cordova and Ionic: C:\Users\Username> npm install -g cordova ionic Creating Apps While creating apps in Ionic, you can choose from the following three options to start with:  Tabs App  Blank App  Side menu app In your command window, open the folder where you want to create the app and try one of the options mentioned below. 2. Ionic – Environment Setup Ionic 5 Tabs App If you want to use the Ionic tabs template, the app will be built with the tab menu, header and a couple of useful screens and functionalities. This is the default Ionic template. Open your command window and choose where you want to create your app. C:\Users\Username> cd Desktop This command will change the working directory. The app will be created on the Desktop. C:\Users\Username\Desktop> ionic start myApp tabs Ionic Start command will create a folder named myApp and setup Ionic files and folders. C:\Users\Username\Desktop> cd myApp Now, we want to access the myApp folder that we just created. This is our root folder. Let us now add the Cordova project for the Android Platform and install the basic Cordova plugins as well. The following code allows us to run the app on the Android emulator or a device. C:\Users\Username\Desktop\myApp> ionic platform add android The next step is to build the app. If you have building errors after running the following command, you probably did not install the Android SDK and its dependencies. C:\Users\Username\Desktop\myApp> ionic build android The last step of the installation process is to run your app, which will start the mobile device, if connected, or the default emulator, if there is no device connected. Android Default Emulator is slow, so I suggest you to install Genymotion or some other popular Android Emulator. C:\Users\Username\Desktop\myApp> ionic run android This will produce below result, which is an Ionic Tabs App. Ionic 6 Ionic 7 Blank App If you want to start from the scratch, you can install the Ionic blank template. We will use the same steps that have been explained above with the addition of ionic start myApp blank instead of ionic start myApp tabs as follows. C:\Users\Username\Desktop> ionic start myApp blank The Ionic Start command will create a folder named myApp and setup the Ionic files and folders. C:\Users\Username\Desktop> cd myApp Let us add the Cordova project for the Android Platform and install the basic Cordova plugins as explained above. C:\Users\Username\Desktop\myApp>ionic platform add android The next step is to build our app: C:\Users\Username\Desktop\myApp> ionic build android Finally, we will start the App as with the following code: C:\Users\Username\Desktop\myApp> ionic run android Ionic 8 This will produce the following result, which is a Ionic Blank App. Ionic 9 Side Menu App The third template that you can use is the Side Menu Template. The steps are the same as the previous two templates; we will just add sidemenu when starting our app as shown in the code below. C:\Users\Username\Desktop> ionic start myApp sidemenu The Ionic Start command will create a folder named myApp and setup the Ionic files and folders. C:\Users\Username\Desktop> cd myApp Let us add the Cordova project for the Android Platform and install the basic Cordova plugins with the code given below. C:\Users\Username\Desktop\myApp> ionic platform add android The next step is to build our app with the following code. C:\Users\Username\Desktop\myApp> ionic build android Finally, we will start the App with the code given below. C:\Users\Username\Desktop\myApp> ionic run android Ionic 10 This will produce the following result, which is an Ionic Side Menu App. Ionic 11 Test App in Browser Since we are working with the JavaScript, you can serve your app on any web browser. This will speed up your building process, but you should always test your app on native emulators and devices. Type the following code to serve your app on the web browser. C:\Users\Username\Desktop\myApp> ionic serve The above command will open your app in the web browser. Google Chrome provides the device mode functionality for mobile development testing. Press F12 to access the developer console. The top left corner of the console window click has the "Toggle Device Mode" icon. The next step will be to click "Dock to Right" icon in the top right corner. Once the page is refreshed, you should be ready for testing on the web browser. Ionic 12 Project Folder Structure Ionic creates the following directory structure for all type of apps. This is important for any Ionic developer to understand the purpose of every directory and the files mentioned below: Let us have a quick understanding of all the folders and files available in the project folder structure shown in the image above.  Hooks: Hooks are scripts that can be triggered during the build process. They are usually used for the Cordova commands customization and for building automated processes. We will not use this folder during this tutorial.  Platforms: This is the folder where Android and IOS projects are created. You might encounter some platform specific problems during development that will require these files, but you should leave them intact most of the time.  Plugins: This folder contains Cordova plugins. When you initially create an Ionic app, some of the plugins will be installed. We will show you how to install Cordova plugins in our subsequent chapters. Ionic 13  Resources: This folder is used for adding resources like icon and splash screen to your project.  Scss: Since Ionic core is built with Sass, this is the folder where your Sass file is located. For simplifying the process, we will not use Sass for this tutorial. Our styling will be done using CSS.  www: www is the main working folder for Ionic developers. They spend most of their time here. Ionic gives us their default folder structure inside 'www', but the developers can always change it to accommodate their own needs. When this folder is opened, you will find the following sub-folders: o The css folder, where you will write your CSS styling. o The img folder for storing images. o The js folder that contains the apps main configuration file (app.js) and AngularJS components (controllers, services, directives). All your JavaScript code will be inside these folders. o The libs folder, where your libraries will be placed. o The templates folder for your HTML files. o Index.html as a starting point to your app.  Other Files: Since this is a beginner’s tutorial, we will just mention some of the other important files and their purposes as well. o .bowerrc is the bower configuration file. o .editorconfig is the editor configuration file. o .gitignore is used to instruct which part of the app should be ignored when you want to push your app to the Git repository. o bower.json will contain the bower components and dependencies, if you choose to use the bower package manager. o gulpfile.js is used for creating automated tasks using the gulp task manager. o config.xml is the Cordova configuration file. o package.json contains the information about the apps, their dependencies and plugins that are installed using the NPM package manager. In the next chapter, we will discuss the different colors available in Ionic open source framework. Ionic 14 Ionic – CSS Components Ionic 15 Before we start with actual elements available in the Ionic framework, let us have a little understanding on how Ionic makes use of colors for different elements. Ionic Color Classes Ionic framework gives us a set of nine predefined color classes. You can use these colors or you can override it with your own styling. The following table shows the default set of nine colors provided by Ionic. We will use these colors for styling different Ionic elements in this tutorial. For now, you can check all the colors as shown below: Class Description Result light To be used for white color stable To be used for light grey color positive To be used for blue color calm To be used for light blue color balanced To be used for green color energized To be used for yellow color assertive To be used for red color royal To be used for violet color dark To be used for black color Ionic Color Usage Ionic makes use of different classes for each element. For example, a header element will have bar class and a button will have a button class. To simplify the usage, we use different colors by prefixing element class in a color name. 3. Ionic – Colors Ionic 16 For example, to create a blue color header, we will use a bar-calm as follows:
...
Similarly, to create a grey color button, we will use button-stable class as follows.
...
You can also use Ionic color class like any other CSS class. We will now style two paragraphs with a balanced (green) and an energized (yellow) color.
Paragraph 1...
Paragraph 2...
The above code will produce the following screen: We will discuss in detail in the subsequent chapters, when we create different elements using different classes. Customizing Colors with CSS When you want to change some of the Ionic default colors using CSS, you can do it by editing the lib/css/ionic.css file. In some cases, this approach is not very productive because every element (header, button, footer...) uses its own classes for styling. Therefore, if you want to change the color of the "light" class to orange, you would need to search through all the elements that use this class and change it. This is useful when Ionic 17 you want to change the color of a single element, but not very practical for changing color of all elements because it would use too much time. Customizing Colors using SASS SASS (which is the short form of – Software as a Service) provides an easier way to change the color for all the elements at once. If you want to use SASS, open your project in the command window and type: C:\Users\Username\Desktop\tutorialApp> ionic setup sass This will set up SASS for your project. Now you can the change default colors by opening the scss/ionic.app.scss file and then typing in the following code before this line – @import "www/lib/ionic/scss/ionic"; We will change the balanced color to dark blue and the energized color to orange. The two paragraphs that we used above are now dark blue and orange. $balanced: #000066 !default; $energized: #FFA500 !default; Now, if you use the following example:
Paragraph 1...
Paragraph 2...
The above code will produce the following screen: All the Ionic elements that are using these classes will change to dark blue and orange. Take into consideration that you do not need to use Ionic default color classes. You can always style elements the way you want. Ionic 18 Important Note The www/css/style.css file will be removed from the header of the index.html after you install SASS. You will need to link it manually if you still want to use it. Open index.html and then add the following code inside the header. Ionic 19 Almost every mobile app contains some fundamental elements. Usually those elements include a header and a footer that will cover the top and the bottom part of the screen. All the other elements will be placed between these two. Ionic provides ion-content element that serves as a container that will wrap all the other elements that we want to create. This container has some unique characteristics, but since this is a JavaScript based component which we will cover in the later part of this tutorial.

Header

4. Ionic – Content Ionic 20 The Ionic header bar is located on top of the screen. It can contain title, icons, buttons or some other elements on top of it. There are predefined classes of headers that you can use. You can check all of it in this tutorial. Adding Header The main class for all the bars you might use in your app is bar. This class will always be applied to all the bars in your app. All bar subclasses will use the prefix – bar. If you want to create a header, you need to add bar-header after your main bar class. Open your www/index.html file and add the header class inside your body tag. We are adding a header to the index.html body because we want it to be available on every screen in the app. Since bar-header class has default (white) styling applied, we will add the title on top of it, so you can differentiate it from the rest of your screen.

Header

The above code will produce the following screen: 5. Ionic – Header Ionic 21 Header Colors If you want to style your header, you just need to add the appropriate color class to it. When you style your elements, you need to add your main element class as prefix to your color class. Since we are styling the header bar, the prefix class will be bar and the color class that we want to use in this example is positive (blue).

Header

The above code will produce the following screen: You can use any of the following nine classes to give a color of your choice to your app header: Color Class Description Result bar-light To be used for white color bar-stable To be used for light grey color bar-positive To be used for blue color bar-calm To be used for light blue color Ionic 22 bar-balanced To be used for green color bar-energized To be used for yellow color bar-assertive To be used for red color bar-royal To be used for violet color bar-dark To be used for black color Header Elements We can add other elements inside the header. The following code is an example to add a menu button and a home button inside a header. We will also add icons on top of our header buttons.

Header Buttons

The above code will produce the following screen: Ionic 23 Sub Header You can create a sub header that will be located just below the header bar. The following example will show how to add a header and a sub header to your app. Here, we have styled the sub header with an "assertive" (red) color class.

Header Buttons

Sub Header

The above code will produce the following screen: Ionic 24 When your route is changed to any of the app screens, you will notice that the header and the sub header are covering some content as shown in the screenshot below. To fix this you need to add a ‘has-header’ or a ‘has-subheader’ class to the ioncontent tags of your screens. Open one of your HTML files from www/templates and add the has-subheader class to the ion-content. If you only use header in your app, you will need to add the has-header class instead. Ionic 25 The above code will produce the following screen: Ionic 26 Ionic footer is placed at the bottom of the app screen. Working with footers is almost the same as working with headers. Adding Footer The main class for Ionic footers is bar (the same as header). When you want to add footer to your screens, you need to add bar-footer class to your element after the main bar class. Since we want to use our footer on every screen in the app, we will add it to the body of the index.html file. We will also add title for our footer.
The above code will produce the following screen: 6. Ionic – Footer Ionic 27 Footer Colors If you want to style your footer, you just need to add the appropriate color class to it. When you style your elements, you need to add your main element class as a prefix to your color class. Since we are styling a footer bar, the prefix class will be a bar and the color class that we want to use in this example is assertive (red).
The above code will produce the following screen: You can use any of the following nine classes to give a color of your choice to your app footer: Color Class Description Result bar-light To be used for white color bar-stable To be used for light grey color Ionic 28 bar-positive To be used for blue color bar-calm To be used for light blue color bar-balanced To be used for green color bar-energized To be used for yellow color bar-assertive To be used for red color bar-royal To be used for violet color bar-dark To be used for black color Footer Elements Footers can contain elements inside it. Most of the time you will need to add buttons with icons inside a footer. The first button added will always be in the left corner. The last one will be placed on the right. The buttons in between will be grouped next to the first one on the left side of your footer. In following example, you can also notice that we use the icon class to add icons on top of the buttons.
Ionic 29 The above code will produce the following screen: If you want to move your button to the right, you can add pull-right class.
The above code will produce the following screen: Ionic 30 There are several types of buttons in the Ionic Framework and these buttons are subtly animated, which further enhances the user experience when using the app. The main class for all the button types is button. This class will always be applied to our buttons, and we will use it as a prefix when working with sub classes. Block Buttons Block buttons will always have 100% width of their parent container. They will also have a small padding applied. You will use button-block class for adding block buttons. If you want to remove padding but keep the full width, you can use the button-full class. Following is an example to show the usage of both classes: The above code will produce the following screen: 7. Ionic – Buttons Ionic 31 Button Size There are two Ionic classes for changing the button size:  button-small and  button-large. Following is an example to show their usage: The above code will produce the following screen: Button Colors If you want to style your button, you just need to add appropriate color class to it. When you style your elements, you need to add your main element class as a prefix to your color class. Since we are styling the footer bar, the prefix class will be a bar and the color class that we want to use in this example is assertive (red). Ionic 32 The above code will produce the following screen: You can use any of the following nine classes to give a color of your choice to your app buttons: Color Class Description Result button-light To be used for white color button-stable To be used for light grey color button-positive To be used for blue color button-calm To be used for light blue color button-balanced To be used for green color button-energized To be used for yellow color Ionic 33 button-assertive To be used for red color button-royal To be used for violet color button-dark To be used for black color Button Outline If you want your buttons transparent, you can apply button-outline class. Buttons with this class will have an outline border and a transparent background. To remove the border from the button, you can use the button-clear class. The following example shows how to use these two classes. The above code will produce the following screen: Ionic 34 Adding Icons When you want to add Icons to your buttons, the best way is to use the icon class. You can place the icon on one side of the button by using the icon-left or the icon-right. You will usually want to move your icon to one side when you have some text on top of your button as explained below. The above code will produce the following screen: Ionic 35 Button Bar If you want to group a couple of buttons together, you can use the button-bar class. The buttons will have equal size by default.
1 2 3 4
The above code will produce the following screen: Ionic 36 Lists are one of the most popular elements of any web or mobile application. They are usually used for displaying various information. They can be combined with other HTML elements to create different menus, tabs or to break the monotony of pure text files. Ionic framework offers different list types to make their usage easy. Creating Ionic List Every list is created with two elements. When you want to create a basic list your 
    tag needs to have the list class assigned, and your
  • tag will use the item class. Another interesting thing is that you do not even need to use
      ,
        and
      1. tags for your lists. You can use any other elements, but the important thing is to add list and item classes appropriately.
        Item 1
        Item 2
        Item 3
        The above code will produce the following screen: 8. Ionic – Lists Ionic 37 Inset List When you need a list to fill your own container, you can add the list-inset after your list class. This will add some margin to it and it will adjust the list size to your container.
        Item 1
        Item 2
        Item 3
        The above code will produce the following screen: Item Dividers Dividers are used for organizing some elements into logical groups. Ionic gives us item-divider class for this. Again, like with all the other Ionic elements, we just need to add the item-divider class after the item class. Item dividers are useful as a list header, since they have stronger styling than the other list items by default.
        Item Divider 1
        Ionic 38
        Item 1
        Item 2
        Item 3
        Item Divider 2
        Item 4
        Item 5
        Item 6
        The above code will produce the following screen: Ionic 39 Adding Icons We already showed you how to add icons to your buttons. When adding icons to the list items, you need to choose what side you want to place them. There are item-icon-left and item-icon-right classes for this. You can also combine those two classes, if you want to have your Icons on both the sides. Finally, there is the item-note class to add a text note to your item.
        Left side Icon
        Right side Icon
        Both sides Icons
        Text note
        Ionic 40 The above code will produce the following screen: Adding Avatars and Thumbnails Avatars and thumbnails are similar. The main difference is that avatars are smaller than thumbnails. These thumbnails are covering most of the full height of the list item, while avatars are medium sized circle images. The classes that are used are item-avatar and item-thumbnail. You can also choose which side you want to place your avatars and thumbnails as shown in the thumbnail code example below. Ionic 41

        Avatar

        Thumbnail

        The above code will produce the following screen: Ionic 42 Since mobile devices have smaller screen size, cards are one of the best elements for displaying information that will feel user friendly. In the previous chapter, we have discussed how to inset lists. Cards are very similar to inset lists, but they offer some additional shadowing that can influence the performance for larger lists. Adding Cards A default card can be created by adding a card class to your element. Cards are usually formed as lists with the item class. One of the most useful class is the item-text-wrap. This will help when you have too much text, so you want to wrap it inside your card. The first card in the following example does not have the item-text-wrap class assigned, but the second one is using it.
        This is a Ionic card without item-text-wrap class.
        This is a Ionic card with item-text-wrap class.
        9. Ionic – Cards Ionic 43 The above code will produce the following screen: Card Header and Footer In the previous chapter, we have already discussed how to use the item-divider class for grouping lists. This class can be very useful when working with cards to create card headers. The same class can be used for footers as shown in the following code:
        Card header
        Ionic 44
        Card text...
        Card Footer
        The above code will produce the following screen: Complete Card You can add any element on top of your card. In following example, we will show you how to use the full-image class together with the item-body to get a good-looking windowed image inside your card.
        Ionic 45

        Card Name

        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget pharetra tortor. Proin quis eros imperdiet, facilisis nisi in, tincidunt orci. Nam tristique elit massa, quis faucibus augue finibus ac.
        The above code will produce the following screen: Ionic 46 Ionic forms are mostly used for interaction with users and collecting needed info. This chapter will cover various text input forms and in our subsequent chapters, we will explain how to use other form elements using the Ionic framework. Using Input Form The best way to use forms is to use list and item as your main classes. Your app will usually consist more than one-form element, so it makes sense to organize it as a list. In the following example, you can notice that the item element is a label tag. You can use any other element, but a label will provide the ability to tap on any part of the element to focus your text input. You can set a placeholder that will look different from the input text and it will be hidden as soon as you start typing. You can see this in the example below.
        10. Ionic – Forms Ionic 47 The above code will produce the following screen: Ionic Labels Ionic offers some other options for your label. You can use the input-label class, if you want your placeholder to be on the left side when you type the text.
        Ionic 48 The above code will produce the following screen: Stacked Label Stacked label is the other option that allows moving your label on top or the bottom of the input. To achieve this, we will add the item-stacked-label class to our label element and we need to create a new element and assign the input-label class to it. If we want it to be on top, we just need to add this element before the input tag. This is shown in the following example. Notice that the span tag is before the input tag. If we changed their places, it would appear below it on the screen.
        Ionic 49 The above code will produce the following screen: Floating Label Floating labels are the third option we can use. These labels will be hidden before we start typing. As soon the typing starts, they will appear on top of the element with nice floating animation. We can use floating labels the same way as we used stacked labels. The only difference is that this time we will use item-floating-label class.
        Ionic 50 The above code will produce the following screen: Inset Inputs In our last chapter, we discussed how to inset Ionic elements. You can also inset an input by adding the item-input-inset class to your item and the item-input-wrapper to your label. A Wrapper will add additional styling to your label. If you add some other elements next to your label, the label size will adjust to accommodate the new element. You can also add elements inside your label (usually icons). The following example shows two inset inputs. The first one has a button next to the label, and the second one has an icon inside it. We used the placeholder-icon class to make the icon with the same color as the placeholder text. Without it, the icon would use the color of the label.
        Ionic 51
        The above code will produce the following screen: Ionic 52 Sometimes there are two options available for the users. The most efficient way to handle this situation is through toggle forms. Ionic gives us classes for toggle elements that are animated and easy to implement. Using Toggle Toggle can be implemented using two Ionic classes. First, we need to create a label for the same reason we explained in the previous chapter and assign a toggle class to it. Inside this, our label will be created . You will notice two more ionic classes used in the following example. The track class will add background styling to our checkbox and color animation when the toggle is tapped. The handle class is used to add a circle button to it. The following example shows two toggle forms. The first one is checked, the second one is not.
        11. Ionic – Toggle Ionic 53 The above code will produce the following screen: Multiple Toggles Most of the time when you want to add more than one element of the same kind in Ionic, the best way is to use list items. The class that is used for multiple toggles is the item-toggle. The next example shows how to create a list for toggles. The first one and the second one are checked.
        • Toggle 1
        • Toggle 2
        • Toggle 3
        • Toggle 4
        The above code will produce the following screen: Ionic 55 Styling Toggle All the Ionic color classes can be applied to the toggle element. The Prefix will be the toggle. We will apply this to the label element. The following example shows all the colors that are applied.
        • Toggle Light
        • Toggle Stable
        • Toggle Positiv>
        • Toggle Calm
        • Toggle Balanced
        • Ionic 57
        • Toggle Energized
        • Toggle Assertive
        • Toggle Royal
        • Toggle Dark
        The above code will produce the following screen: Ionic 59 Ionic Checkbox is almost the same as toggle. These two are styled differently but are used for the same purposes. Adding Checkbox When creating a checkbox form, you need to add the checkbox class name to both label and the input elements. The following example shows two simple checkboxes, one is checked and the other is not. The above code will produce the following screen: 12. Ionic – Checkbox Ionic 60 Multiple Checkboxes As we already showed, the list will be used for multiple elements. Now we will use the item-checkbox class for each list item.
        • Checbox 1
        • Checkbox 2
        • Checkbox e
        • Checkbox 4
        Ionic 61 The above code will produce the following screen: Styling Checkbox When you want to style a checkbox, you need to apply any Ionic color class with the checkbox prefix. Check the following example to see how it looks like. We will use the list of checkboxes for this example.
        • Checbox 1
        • Checkbox 2
        • Checkbox 3 Ionic 62
        • Checkbox 4
        • Checkbox 5
        • Checkbox 6
        • Checkbox 7
        • Checkbox 8 Ionic 63
        • Checkbox 9
        The above code will produce the following screen: Ionic 64 Radio Buttons are another form of an element, which we will be covering in this chapter. The difference between radio buttons from toggle and checkbox forms is that when using the former, you choose only one radio button from the list. As the latter allows you to choose more than one. Adding Radio Buttons Since there will always be more than one radio button to choose from, the best way is to create a list. We did this whenever we wanted multiple elements. The list item class will be item-radio. Again, we will use label for this as we have used with all the other forms. Input will have the name attribute. This attribute will group all the buttons that you want to use as a possible choice. The item-content class is used to display options clearly. At the end, we will use the radio-icon class to add the checkmark icon that will be used to mark the option that the user chooses. In the following example, there are four radio buttons and the second one is chosen.
        The above code will produce the following screen: Ionic 66 Multiple Radio Button Groups Sometimes you want to create more than one group. This is what the name attribute is made for; the following example will group the first two and the last two buttons as two option groups. We will use the item-divider class to separate two groups. Notice that the first group has the name attribute equal to group1 and the second one uses group2.
        Group1
        Group2
        The above code will produce the following screen: Ionic 68 Ionic range is used to choose and display the level of something. It will represent the actual value in co-relation to maximal and minimal value. Ionic offers a simple way of working with Range. Using Range Range is used as an inside item element. The class that is used is range. We will place this class after the item class. This will prepare a container where the range will be placed. After creating a container, we need to add input and assign the range type to it and the name attribute as well.
        The above code will produce the following screen: 14. Ionic – Range Ionic 69 Adding Icons Range will usually require icons to display the data clearly. We just need to add icons before and after the range input to place them on both sides of the range element.
        The above code will produce the following screen: Ionic 70 Styling Range Our next example will show you how to style Range with Ionic colors. The color classes will use a range prefix. We will create a list with nine ranges and style it differently.
        Ionic 71
        The above code will produce the following screen: Ionic 72 Ionic Select will create a simple menu with select options for the user to choose. This Select Menu will look differently on different platforms, since its styling is handled by the browser. Using Select First, we will create a label and add the item-input and the item-select classes. The second class will add additional styling to the select form and then we will add the input-label class inside that will be used to add a name to our select element. We will also add select with option inside. This is regular HTML5 select element. The following example is showing Ionic Select with three options. 15. Ionic – Select Ionic 73 The above code will produce the following screen: Styling Select The following example will show you how to apply styling to select. We are creating a list with nine differently styled select elements using Ionic colors. Since we are using list with items, item will be the prefix to the color classes.
        Ionic 77 The above code will produce the following screen: Ionic 78 Ionic tabs are most of the time used for mobile navigation. Styling is optimized for different platforms. This means that on android devices, tabs will be placed at the top of the screen, while on IOS it will be at the bottom. There are different ways of creating tabs. We will understand in detail, how to create tabs in this chapter. Simple Tabs Simple Tabs menu can be created with a tabs class. For the inside element that is using this class, we need to add tab-item elements. Since tabs are usually used for navigation, we will use tags for tab items. The following example is showing a menu with four tabs. 16. Ionic – Tabs Ionic 79 The above code will produce the following screen: Adding Icons Ionic provides classes for adding icons to tabs. If you want your tabs to have icons without any text, a tabs-icon-only class should be added after the tabs class. Of course, you need to add icons you want to display.
        Ionic 80
        The above code will produce the following screen: You can also add icons and text together. The tabs-icon-top and tabs-icon-left are classes that will place the icon above or on the left side respectively. Implementation is the same as the example given above, we will just add a new class and text that we want to use. The following example shows icons placed above the text. Ionic 81 The above code will produce the following screen: Ionic 82 Striped Tabs Striped Tabs can be created by adding a container around our tabs with the tabs-striped class. This class allows the usage of the tabs-background and the tabs-color prefixes for adding some of the Ionic colors to the tabs menu. In the following example, we will use the tabs-background-positive (blue) class to style the background of our menu, and the tabs-color-light (white) class to style the tab icons. Notice the difference between the second tab that is active and the other two that are not. The above code will produce the following screen: Ionic 83 Working with the Ionic Grid System is straightforward. There are two main classes – row for working with rows and col for columns. You can choose as many columns or rows you want. All of them will adjust its size to accommodate the available space, although you can change this behavior to suit your needs. NOTE – All examples in this tutorial will have borders applied to our grid to be able to display it in a way that is easy to understand. Simple Grid The following example shows how to use the col and the row classes. We will create two rows. The first row will have five columns and the second one will have only three. Notice how the width of the columns is different in the first and second row.
        col 1
        col 2
        col 3
        col 4
        col 5
        col 1
        col 2
        col 3
        17. Ionic – Grid Ionic 84 The above code will produce the following screen: Column Sizes Sometimes you do not want to leave the column sizes automatically assigned. If this is the case, you can choose the col prefix followed by a number that will represent a percentage of the row width. This will apply only to the column with a specific size applied. The other columns will adjust to the available space that is left. In the following example, the first column will use 50 percent of the full width and the others will adjust accordingly.
        col 1
        col 2
        col 3
        col 4
        col 5
        col 1
        col 2
        col 3
        Ionic 85 The above code will produce the following screen: The following table shows the available percentage options that Ionic grid system provides: Column Percentage Classnames Class Name Percentage Used col-10 10% col-20 20% col-25 25% col-33 33.3333% col-50 50% col-67 66.6666% col-75 75% col-80 80% col-90 90% Ionic 86 Horizontal and Vertical Positioning The columns can be offset from the left. It works the same for the specific size of the columns. This time the prefix will be col-offset and then we will use the same percentage numbers showed in the table above. The following example shows how can we offset the second column of both the rows by 25 percent.
        col 1
        col 2
        col 3
        col 4
        col 5
        col 1
        col 2
        col 3
        The above code will produce the following screen: Ionic 87 You can also vertically align the columns inside a row. There are three classes, which can be used, namely – top, center and the bottom class with the col prefix. The following code shows how to place vertically the first three columns of both rows. NOTE – In the example that follows we added “.col {height: 120px}” to our CSS to show you the vertical placing of the columns.
        col 1
        col 2
        col 3
        col 4
        col 5
        col 1
        col 2
        col 3
        The above code will produce the following screen: Ionic 88 Responsive Grid The Ionic Grid can also be used for a responsive layout. There are three classes available. The responsive-sm class will collapse columns into a single row when the viewport is smaller than a landscape phone. The responsive-md class will be applied when viewport is smaller than a portrait tablet. The responsive-lg class will be applied when viewport is smaller than a landscape tablet. The first image after the following example shows how the responsive-sm class looks on a Mobile device and the second one shows how the same responsive grid looks differently on a Tablet device.
        col 1
        col 2
        col 3
        col 4
        col 5
        col 1
        col 2
        col 3
        Ionic 89 Mobile Grid View Ionic 90 Tablet Grid View Ionic 91 There are more than 700 premium icons provided by Ionic. There are also different sets of icons provided for Android and IOS. You can find almost anything you need but you are not bound to use them, if you do not want to. You can use your own custom icons or any other icon set instead. You can check all the Ionic icons here. How to use Icons? If you want to use Ionic icons find the icon you need on the page (http://ionicons.com/). When you are adding Ionic elements, you always add the main class first and then you add the subclass you want. The main class for all icons is icon. The Subclass is the name of the icon you want. We will add six icons in our example that is given below: The above code will produce the following screen: 18. Ionic – Icons Ionic 92 The size of these icons can be changed with the font-size property in your Ionic CSS file. .icon { font-size: 50px; } Once the icon size is setup, the same code will produce the following screenshot as the output: Ionic 93 Ionic offers an easy way to add padding to elements. There are couple of classes that can be used and all of them will add 10px between border of element and its content. The following table displays all the available padding classes. Padding Classes Class Name Class Info padding Adds padding around every side. padding-vertical Adds padding to the top and bottom. padding-horizontal Adds padding to the left and right. padding-top Adds padding to the top. padding-right Adds padding to the right. padding-bottom Adds padding to the bottom. padding-left Adds padding to the left. Using Padding When you want to apply some padding to your element, you just need to assign one of the classes from the table above. The following example shows two block buttons. The first one is using the padding class and the second one does not. You will notice that the first button is larger, since it has 10px padding applied.
        Padding
        No padding
        19. Ionic – Padding Ionic 94 The above code will produce the following screen: Ionic 95 Ionic − JavaScript Components Ionic 96 The Action Sheet is an Ionic service that will trigger a slide up pane on the bottom of the screen, which you can use for various purposes. Using Action Sheet In the following example, we will show you how to use the Ionic action sheet. First we will inject $ionicActionSheet service as a dependency to our controller, then we will create $scope.showActionSheet() function, and lastly we will create a button in our HTML template to call the function we created. Controller Code .controller('myCtrl', function($scope, $ionicActionSheet) { $scope.triggerActionSheet = function() { // Show the action sheet var showActionSheet = $ionicActionSheet.show({ buttons: [ { text: 'Edit 1' }, { text: 'Edit 2' } ], destructiveText: 'Delete', titleText: 'Action Sheet', cancelText: 'Cancel', cancel: function() { // add cancel code... }, buttonClicked: function(index) { if(index === 0) { // add edit 1 code } if(index === 1) { 20. Ionic – JavaScript Action Sheet Ionic 97 // add edit 2 code } }, destructiveButtonClicked: function() { // add delete code.. } }); }; }) HTML Code Code Explained When we tap the button, it will trigger the $ionicActionSheet.show function and the Action Sheet will appear. You can create your own functions that will be called when one of the options is taped. The cancel function will close the pane, but you can add some other behavior, which will be called when the cancel option is tapped before the pane is closed. The buttonClicked function is the place where you can write the code that will be called when one of the edit options is tapped. We can keep track of multiple buttons by using the index parameter. The destructiveButtonCLicked is a function that will be triggered when the delete option is tapped. This option is red by default. Ionic 98 The $ionicActionSheet.show() method has some other useful parameters. You can check all of them in the following table. Ionic 99 Show Method Options Properties Type Details buttons object Creates button object with a text field. titleText string The title of the action sheet. cancelText string The text for cancel button. destructiveText string The text for a destructive button. cancel function Called when cancel button, backdrop or hardware back button is pressed. buttonClicked function Called when one of the buttons is tapped. Index is used for keeping track of which button is tapped. Return true will close the action sheet. destructiveButtonClicked function Called when destructive button is clicked. Return true will close the action sheet. cancelOnStateChange boolean If true (default) it will cancel the action sheet when navigation state is changed. Ionic 100 The Ionic Backdrop will overlay the content of the screen when applied. It will appear below other overlays (popup, loading, etc...). There are two methods that can be used for managing backdrop service. The $ionicBackdrop.retain() will apply backdrop over the components, and $ionicBackdrop.release() will remove it. Using Backdrop The following example shows how to use backdrop. We are adding $ionicBackdrop as a dependency to the controller, then creating the $scope.showBackdrop() function that will call the retain method immediately. Then, after three seconds, it will call the release method. We are using $timeout for the release method, so we need to add it as a controller dependency too. .controller('myCtrl', function($scope, $ionicBackdrop, $timeout) { $scope.showBackdrop = function() { $ionicBackdrop.retain(); $timeout(function() { $ionicBackdrop.release(); }, 3000); }; }) 21. Ionic – JavaScript Backdrop Ionic 101 You will notice how the screen is darker in the following image, since the backdrop is applied. Ionic 102 Almost every mobile app contains some fundamental elements. Usually these elements include a header and a footer, which will cover the top and the bottom part of the screen. All the other elements will be placed between these two. Ionic provide ion-content element that serves as a container, which will wrap all the other elements that we want to create. Let us consider the following example:

        Header

        22. Ionic – JavaScript Content Ionic 103 In this chapter, we will understand what JavaScript forms are and will learn what a JavaScript checkbox, radio buttons and toggle are. Using ion-checkbox Let us see how to use the Ionic JavaScript checkbox. Firstly, we need to create an ion-checkbox element in the HTML file. Inside this, we will assign an ng-model attribute that will be connected to the angular $scope. You will notice that we are using a dot when defining the value of a model even though it would work without it. This will allow us to keep the link between the child and the parent scopes at all times. This is very important as it helps to avoid some issues that could happen in the future. After we create the element, we will bind its value using angular expressions. Checkbox 1 Checkbox 2 Checkbox 1 value is: {{checkboxModel.value1}}
        Checkbox 2 value is: {{checkboxModel.value2}}
        Next, we need to assign values to our model inside the controller. The values we will use are false, since we want to start with unchecked checkboxes. $scope.checkboxModel = { value1 : false, value2 : false }; 23. Ionic – JavaScript Forms Ionic 104 The above code will produce the following screen: Ionic 105 Now, when we tap the checkbox elements, it will automatically change their model value to “true” as shown in the following screenshot. Ionic 106 Using ion-radio To start with, we should create three ion-radio elements in our HTML and assign the ng-model and the ng-value to it. After that, we will display the chosen value with angular expression. We will start by unchecking all the three radioelements, so the value will not be assigned to our screen. Radio 1 Radio 2 Radio 3 Radio value is: {{radioModel.value}}
        The above code will produce the following screen: Ionic 107 When we tap on the second checkbox element, the value will change accordingly. Using ion-toggle You will notice that toggle is similar to checkbox. We will follow the same steps as we did with our checkbox. In the HTML file, first we will create ion-toggle elements, then assign the ng-model value and then bind expression values of to our view. Toggle 1 Toggle 2 Toggle 3 Toggle value 1 is: {{toggleModel.value1}}
        Toggle value 2 is: {{toggleModel.value2}}
        Toggle value 3 is: {{toggleModel.value3}}
        Next, we will assign values to $scope.toggleModel in our controller. Since, toggle uses Boolean values, we will assign true to the first element and false to the other two. Ionic 108 $scope.toggleModel = { value1 : true, value2 : false, value3 : false }; The above code will produce the following screen: Ionic 109 Now we will tap on second and third toggle to show you how the values change from false to true. Ionic 110 Various Ionic events can be used to add interactivity with users. The following table explains all the Ionic events. Event Name Event Detail on-hold Called when duration of the touch is more than 500ms. on-tap Called when duration of the touch is less than 250ms. on-double-tap Called when there is double tap touch. on-touch Called immediately when touch begins. on-release Called when touch ends. on-drag Called when touch is moved without releasing around the page in any direction. on-drag-up Called when element is dragged up. on-drag-right Called when the element is dragged to the right. on-drag-left Called when the element is dragged to the left. on-drag-down Called when the element is dragged down. on-swipe Called when any dragging has high velocity moving in any direction. on-swipe-up Called when any dragging has high velocity moving up. on-swipe-right Called when any dragging has high velocity moving to the right. on-swipe-left Called when any dragging has high velocity moving to the left. on-swipe-down Called when any dragging has high velocity moving down. 24. Ionic – JavaScript Events Ionic 111 Using Events Since all the Ionic events can be used the same way, we will show you how to use the on-touch event and you can just apply the same principles to the other events. To start with, we will create a button and assign an on-touch event, which will call the onTouchFunction(). Then we will create that function in our controller scope. $scope.onTouchFunction = function() { // Do something... } Now, when touch event occurs the onTouchFunction() will be called. Ionic 112 This is the Ionic directive, which will add the header bar. Using JavaScript Header To create a JavaScript header bar, we need to apply the ion-header-bar directive in the HTML file. Since the default header is white, we will add title, so it will be showed on white background. We will add it to our index.html file.

        Title!

        The above code will produce the following screen: Styling Header Just like the CSS Header Bar, the JavaScript counterpart can be styled in a similar fashion. To apply color, we need to add a color class with a bar prefix. Therefore, if we want to use a blue header, we will add a bar-positive class. We can also move the title to one side of the screen by adding the align-title attribute. The values for this attribute can be center, left or right. 25. Ionic – JavaScript Header Ionic 113

        Title!

        The above code will produce the following screen: Adding Elements You will usually want to add some elements to your header. The following example shows how to place a button on the left side and an icon to the right side of the ion-header-bar. You can also add other elements to your header.

        Title!

        The above code will produce the following screen: Ionic 114 Adding Sub Header A Sub header is created when a bar-subheader class is added to the ion-header-bar. We will add a bar-assertive class to apply red color to our sub header.

        Title!

        Subheader

        The above code will produce the following screen: Ionic 115 Ionic 116 This directive will add a footer bar at the bottom of the screen. Using Footer The Ionic footer can be added by applying an ion-footer-bar class. Working with it is same as working with header. We can add a title and place it on the left, center or right side of the screen by using the align-title attribute. With the prefix bar, we can use the Ionic colors. Let us create a red colored footer with the title in the center.

        Title!

        The above code will produce the following screen: 26. Ionic – JavaScript Footer Ionic 117 Adding Elements We can add buttons icons or other elements to the ion-footer-bar and their styling will be applied. Let us add a button and an Icon to our footer.

        Footer

        The above code will produce the following screen: Adding Sub Footer We showed you how to use a sub header. The same way a sub footer can be created. It will be located above the footer bar. All we need to do is add a bar-subfooter class to our ion-footer-bar element. Ionic 118 In example that follows, we will add the sub-footer above the footer bar, which we previously created.

        Sub Footer

        Footer

        The above code will produce the following screen: Ionic 119 Keyboard is one of the automated features in Ionic. This means that Ionic can recognize when there is a need to open the keyboard. Using Keyboard There are some functionalities, which the developers can adjust while working with the Ionic keyboard. When you want to hide some elements while the keyboard is open, you can use the hide-on-keyboard-open class. To show you how this works we created input and button that needs to be hidden when the keyboard is open. The above code will produce the following screen: 27. Ionic – JavaScript Keyboard Ionic 120 Now, when we tap on the input field, the keyboard will open automatically and the button will become hidden. Ionic 121 A nice feature of Ionic is that it will adjust elements on screen, so the focused element is always visible when the keyboard is open. The following image below shows ten Input forms and the last one is blue. Ionic 122 When we tap the blue form, Ionic will adjust our screen, so the blue form is always visible. NOTE: This will work only if the screen is within a directive that has a Scroll View. If you start with one of the Ionic templates, you will notice that all templates use ion-content directive as a container to other screen elements, so the Scroll View is always applied. Ionic 123 We have already discussed Ionic CSS list elements in the previous chapters. In this chapter, we will show you the JavaScript lists. They allow us to use some new features like Swipe, Drag and Remove. Using List The directives used for displaying lists and items are ion-list and ion-item as shown below. Item 1 Item 2 Item 3 The above code will produce the following screen: 28. Ionic – JavaScript List Ionic 124 Delete Button This button can be added by using the ion-delete-button directive. You can use any icon class you want. Since we do not always want to show the delete buttons, because users might accidentally tap it and trigger the delete process, we can add the show-delete attribute to the ion-list and connect it with the ng-model. In the following example, we will use the ion-toggle as a model. When the toggle is on delete, the buttons will appear on our list items. Item 1 Item 2 Show Delete 2 Ionic 125 The above code will produce the following screen: Reorder Button The Ionic directive for the reorder button is ion-reorder-button. The element we created has an on-reorder attribute that will trigger the function from our controller whenever the user is dragging this element. Item {{item.id}} $scope.items = [ {id: 1}, {id: 2}, Ionic 126 {id: 3}, {id: 4} ]; $scope.moveItem = function(item, fromIndex, toIndex) { $scope.items.splice(fromIndex, 1); $scope.items.splice(toIndex, 0, item); }; The above code will produce the following screen: Ionic 127 When we click the icon on the right, we can drag the element and move it to some other place in the list. Option Button The Option button is created using an ion-option-button directive. These buttons are showed when the list item is swiped to the left and we can hide it again by swiping the item element to the right. You can see in the following example that there are two buttons, which are hidden. Ionic 128 Item with two buttons... Button 1 Button 2 The above code will produce the following screen: Ionic 129 When we swipe the item element to the left, the text will be moved left and buttons will appear on the right side. Other Functions The collection-repeat function is an updated version of the AngularJS ng-repeat directive. It will only render visible elements on the screen and the rest will be updated as you scroll. This is an important performance improvement when you are working with large lists. This directive can be combined with item-width and item-height attributes for further optimization of the list items. There are some other useful attributes for working with images inside your list. The itemrender-buffer function represents number of items that are loaded after visible items. The higher this value, the more items will be preloaded. The force-refreshimages function will fix an issue with source of the images while scrolling. Both of these classes will influence the performance in a negative way. Ionic 130 Ionic loading will disable any interaction with users when showed and enable it again when it is needed. Using Loading Loading is triggered inside the controller. First, we need to inject $ionicLoading in our controller as dependency. After that, we need to call the $ionicLoading.show() method and loading will appear. For disabling it, there is a $ionicLoading.hide() method. Controller .controller('myCtrl', function($scope, $ionicLoading) { $scope.showLoading = function() { $ionicLoading.show({ template: 'Loading...' }); }; $scope.hideLoading = function(){ $ionicLoading.hide(); }; }); HTML Code 29. Ionic – JavaScript Loading Ionic 131 When a user taps the button, the loading will appear. You will usually want to hide the loading after some time consuming functionalities are finished. Some other option parameters can be used when working with loading. The explanation is shown in the table below. Loading Option Parameters Options Type Details templateUrl string Used to load HTML template as loading indicator. scope object Used to pass custom scope to loading. Default is the $rootScope. Ionic 132 noBackdrop Boolean Used to hide the backdrop. hideOnStateChange Boolean Used to hide the loading when state is changed. delay number Used to delay showing the indicator in milliseconds. duration number Used to hide the indicator after some time in milliseconds. Can be used instead of hide() method. Loading Config Ionic config is used to configure options you want to be used in all of the $ionicLoading services throughout the app. This can be done by using $ionicLoadingConfig. Since constants should be added to the main app module, open your app.js file and add your constant after module declaration. .constant('$ionicLoadingConfig', { template: 'Default Loading Template...' }) Ionic 133 The above code will produce the following screen: Ionic 134 When Ionic modal is activated, the content pane will appear on top of the regular content. Modal is a larger popup with more functionalities. Modal will cover the entire screen by default, but it can be optimized the way you want. Using Modal There are a two ways of implementing modal in Ionic. One way is to add separate template and the other is to add it on top of the regular HTML file, inside the script tags. The first thing we need to do is to connect our modal to our controller using angular dependency injection. Then we need to create a modal. We will pass in scope and add animation to our modal. After that, we will create functions for opening, closing, destroying modal. The last two functions are placed where we can write the code that will be triggered if a modal is hidden or removed. If you do not want to trigger any functionality, when the modal is removed or hidden, you can delete the last two functions. Controller Code .controller('MyController', function($scope, $ionicModal) { $ionicModal.fromTemplateUrl('my-modal.html', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { $scope.modal = modal; }); $scope.openModal = function() { $scope.modal.show(); }; $scope.closeModal = function() { $scope.modal.hide(); }; //Cleanup the modal when we're done with it! $scope.$on('$destroy', function() { 30. Ionic – JavaScript Modal Ionic 135 $scope.modal.remove(); }); // Execute action on hide modal $scope.$on('modal.hidden', function() { // Execute action }); // Execute action on remove modal $scope.$on('modal.removed', function() { // Execute action }); }); HTML Code The way we showed in the last example is when the script tag is used as a container to our modal inside some existing HTML file. The second way is to create a new template file inside the templates folder. We will use the same code as in our last example, but we will remove the script tags and we also need to change fromTemplateUrl in controller to connect modal with new created template. Ionic 136 Controller Code .controller('MyController', function($scope, $ionicModal) { $ionicModal.fromTemplateUrl('templates/modal-template.html', { scope: $scope, animation: 'slide-in-up', }).then(function(modal) { $scope.modal = modal; }); $scope.openModal = function() { $scope.modal.show(); }; $scope.closeModal = function() { $scope.modal.hide(); }; //Cleanup the modal when we're done with it! $scope.$on('$destroy', function() { $scope.modal.remove(); }); // Execute action on hide modal $scope.$on('modal.hidden', function() { // Execute action }); // Execute action on remove modal $scope.$on('modal.removed', function() { // Execute action }); }); Ionic 137 HTML Code

        Modal Title

        The third way of using Ionic modal is by inserting HTML inline. We will use the fromTemplate function instead of the fromTemplateUrl. Controller Code .controller('MyController', function($scope, $ionicModal) { $scope.modal = $ionicModal.fromTemplate( '' + ' ' + '

        Modal Title

        ' + '
        ' + ''+ '' + '' + '
        ', { scope: $scope, animation: 'slide-in-up' }) $scope.openModal = function() { $scope.modal.show(); }; $scope.closeModal = function() { Ionic 138 $scope.modal.hide(); }; //Cleanup the modal when we're done with it! $scope.$on('$destroy', function() { $scope.modal.remove(); }); // Execute action on hide modal $scope.$on('modal.hidden', function() { // Execute action }); // Execute action on remove modal $scope.$on('modal.removed', function() { // Execute action }); }); All three examples will have the same effect. We will create a button to trigger the $ionicModal.show() to open modal. HTML Code When we open modal, it will contain a button that will be used for closing it. We created this button in a HTML template. Ionic 139 There are also other options for modal optimization. We already showed how to use scope and animation. The following table shows other options. Option Type Detail focusFirstInput boolean It will auto focus first input of the modal. backdropClickToClose boolean It will enable closing the modal when backdrop is tapped. Default value is true. hardwareBackButtonClose boolean It will enable closing the modal when hardware back button is clicked. Default value is true. Ionic 140 Navigation is one of the core components of every app. Ionic is using the AngularJS UI Router for handling the navigation. Using Navigation Navigation can be configured in the app.js file. If you are using one of the Ionic templates, you will notice the $stateProvider service injected into the app config. The simplest way of creating states for the app is showed in the following example. The $stateProvider service will scan the URL, find the corresponding state and load the file, which we defined in app.config. app.js Code .config(function($stateProvider) { $stateProvider .state('index', { url: '/', templateUrl: 'templates/home.html'}) .state('state1', {url: '/state1', templateUrl: 'templates/state1.html'}) .state('state2', {url: '/state2', templateUrl: 'templates/state2.html',}); }); The state will be loaded into the ion-nav-view element, which can be placed in the index.html body. index.html Code When we created states in the above-mentioned example, we were using the templateUrl, so when the state is loaded, it will search for matching the template file. Now, we will open the templates folder and create a new file state1.html, which will be loaded when the app URL is changed to /state1. state1.html Code This is State 1 !!! 31. Ionic – JavaScript Navigation Ionic 141 Creating Navigation Menu You can add a navigation bar to your app in the index.html body by adding the “ion-nav-bar” element. Inside the navigation bar, we will add the ion-nav-back-button with an icon. This will be used for returning to the previous state. The button will appear automatically when the state is changed. We will assign the goBack() function, which will use the $ionicHistory service for handling this functionality. Therefore, when the user leaves the home state and goes to state1, the back button will appear which can be taped, if the user wants to return to the home state. index.html Code Back Ionic 142 Controller Code .MyCtrl($scope, $ionicHistory) { $scope.goBack = function() { $ionicHistory.goBack(); }; } Ionic 143 Adding Navigation Elements Buttons can be added to the navigation bar using the ion-nav-buttons. This element should be placed inside the ion-nav-bar or the ion-view. We can assign the side attribute with four option values. The primary and secondary values will place buttons according to the platform that is used. Sometimes you want the buttons on one side no matter if it is IOS or Android. If that is the case, you can use the left or the right attributes instead. We can also add the ion-nav-title to the navigation bar. All the code will be placed in the index.html body, so it can be used everywhere. Title It will produce the following screen: Ionic 144 Other Navigation Attributes The following table shows a few other functionalities, which can be used with Ionic navigation. Navigation Attributes Attribute Options Detail nav-transition none, iOS, Android Used to set animation that should be applied when transition occurs. nav-direction forward, back, enter, exit, swap Used to set the direction of the animation when transition occurs. hardwareBackButtonClose Boolean It will enable closing the modal when hardware back button is clicked. Default value is true. Caching Ionic has the ability for caching up to ten views to improve performance. It also offers a way to handle caching manually. Since only backward views are cached and the forward ones are loading each time the users visit them, we can easily set to cache forward views by using following the code. $ionicCinfigProvider.views.forwardCache(true); We can also set how many states should be cached. If we want three views to be cached, we can use the following code. $ionicConfigProvider.views.maxCache(3); Caching can be disabled inside $stateProvider or by setting attribute to ion-view. Both examples are below. $stateProvider.state('state1', { cache: false, url : '/state1', templateUrl: 'templates/state1.html' }) Ionic 145 Controlling the Navigation Bar We can control the behavior of the navigation bar by using the $ionicNavBarDelegate service. This service needs to be injected to our controller. HTML Code Controller Code $scope.setNavTitle = function(title) { $ionicNavBarDelegate.title(title); } The $ionicNavBarDelegate service has other useful methods. Some of these methods are listed in the following table. Methods for $ionicNavBarDelegate Method Parameter Type Detail align(parameter) center, left, right string Used to align the title. showBackButton(parameter) show Boolean Used to show or hide the back button. title(parameter) title string Used to show the new title. Tracking History You can track the history of the previous, current and the forward views by using the $ionicHistory service. The following table shows all the methods of this service. Ionic 146 Methods for $ionicHistory Method Parameter Type Detail viewHistory / object Returns the app view history data. currentView() / object Returns the current view. title(parameter) title string Returns the ID of the view which is parent of the current view. currentTitle(parameter) val string Returns the title of the current view. It can be updated by setting new val value. backView() / string Returns the last back view. backTitle() / string Returns the title of last back view. forwardView() / object Returns the last forward view. currentStateName() / string Returns the current state name. goBack() backCount number Used to set how many views to go back. Number should be negative. If it is positive or zero it will have no effect. clearHistory() / / Used to clear entire view history. clearCache() / promise Used to clear all cached views. nextViewOptions() / object Sets the options of the next view. You can look the following example for more info. Ionic 147 The nextViewOptions() method has the following three options available.  disableAnimate is used for disabling animation of the next view change.  disableBack will set the back view to null.  historyRoot will set the next view as the root view. $ionicHistory.nextViewOptions({ disableAnimate: true, disableBack: true }); Ionic 148 This is a view that will appear above the regular view. Using Popover A Popover can be created by using ion-popover-view element. This element should be added to the HTML template and the $ionicPopover service needs to be injected into the controller. There are three ways of adding popover. The first one is the fromTemplate method, which allows using the inline template. The second and the third way of adding popover is to use the fromTemplateUrl method. Let us understand the fromtemplate method as explained below. Controller Code for fromtemplate method .controller('DashCtrl', function($scope, $ionicLoading, $ionicPopover) { // .fromTemplate() method var template = '' + '' + '

        Popover Title

        ' + '
        '+ '' + 'Popover Content!' + '' + '
        '; $scope.popover = $ionicPopover.fromTemplate(template, { scope: $scope }); $scope.openPopover = function($event) { $scope.popover.show($event); }; $scope.closePopover = function() { $scope.popover.hide(); }; //Cleanup the popover when we're done with it! $scope.$on('$destroy', function() { $scope.popover.remove(); }); 32. Ionic – JavaScript Popover Ionic 149 // Execute action on hide popover $scope.$on('popover.hidden', function() { // Execute action }); // Execute action on remove popover $scope.$on('popover.removed', function() { // Execute action }); }) As discussed above, the second and the third way of adding popover is to use fromTemplateUrl method. The controller code will be the same for both ways except the fromTemplateUrl value. If the HTML is added to an existing template, the URL will be the popover.html. If we want to place the HTML into the templates folder, then the URL will change to templates/popover.html. Both examples have been explained below. Controller Code for the fromTemplateUrl .controller('MyCtrl', function($scope, $ionicPopover) { $ionicPopover.fromTemplateUrl('popover.html', { scope: $scope }).then(function(popover) { $scope.popover = popover; }); $scope.openPopover = function($event) { $scope.popover.show($event); }; $scope.closePopover = function() { $scope.popover.hide(); }; Ionic 150 //Cleanup the popover when we're done with it! $scope.$on('$destroy', function() { $scope.popover.remove(); }); // Execute action on hide popover $scope.$on('popover.hidden', function() { // Execute action }); // Execute action on remove popover $scope.$on('popover.removed', function() { // Execute action }); }) Now, we will add the script with template to the HTML file, which we are using for calling the popover function. HTML code from the Existing HTML file If we want to create an HTML as a separate file, we can create a new HTML file in the templates folder and use the same code as we used in the above-mentioned example without the script tags. Ionic 151 The newly created HTML file is as follows.

        Popover Title

        Popover Content!
        The last thing we need is to create a button that will be clicked to show the popover. Whatever way we choose from above examples, the output will always be the same. Ionic 152 The following table shows the $ionicPopover methods that can be used. Method Option Type Detail initialize(options) scope, focusFirst, backdropClickToC lose, hardwareBackBut tonClose object, boolean, boolean, boolean Scope is used to pass custom scope to popover. Default is the $rootScope. focusFirstInput is used to auto focus the first input of the popover. backdropClickToClose is used to close popover when clicking the backdrop. hardwareBackButtonClose is used to close popover when hardware back button is pressed. show($event) $event promise Resolved when popover is finished showing. hide() / promise Resolved when popover is finished hiding. remove() / promise Resolved when popover is finished removing. isShown() / Boolean Returns true if popover is shown or false if it is not. Ionic 153 This service is used for creating a popup window on top of the regular view, which will be used for interaction with the users. There are four types of popups namely − show, confirm, alert and prompt. Using Show Popup This popup is the most complex of all. To trigger popups, we need to inject the $ionicPopup service to our controller and then just add a method that will trigger the popup we want to use, in this case $ionicPopup.show(). The onTap(e) function can be used for adding e.preventDefault() method, which will keep the popup open, if there is no change applied to the input. When the popup is closed, the promised object will be resolved. Controller Code .controller('MyCtrl', function($scope, $ionicPopup) { // When button is clicked, the popup will be shown... $scope.showPopup = function() { $scope.data = {} // Custom popup var myPopup = $ionicPopup.show({ template: '', title: 'Title', subTitle: 'Subtitle', scope: $scope, buttons: [ { text: 'Cancel' }, { text: 'Save', type: 'button-positive', onTap: function(e) { if (!$scope.data.model) { //don't allow the user to close unless he enters model... e.preventDefault(); } else { 33. Ionic – JavaScript Popup Ionic 154 return $scope.data.model; } } } ] }); myPopup.then(function(res) { console.log('Tapped!', res); }); }; }) HTML Code Ionic 155 You probably noticed in the above-mentioned example some new options were used. The following table will explain all of those options and their use case. Show Popup Options Option Type Details template string Inline HTML template of the popup. templateUrl string URL of the HTML template. title string The title of the popup. subTitle string The subtitle of the popup. cssClass string The CSS class name of the popup. scope Scope A scope of the popup. buttons Array[Object] Buttons that will be placed in footer of the popup. They can use their own properties and methods. text is displayed on top of the button, type is the Ionic class used for the button, onTap is function that will be triggered when the button is tapped. Returning a value will cause the promise to resolve with the given value. Using Confirm Popup A Confirm Popup is the simpler version of Ionic popup. It contains Cancel and OK buttons that users can press to trigger the corresponding functionality. It returns the promised object that is resolved when one of the buttons are pressed. Controller Code .controller('MyCtrl', function($scope, $ionicPopup) { // When button is clicked, the popup will be shown... $scope.showConfirm = function() { Ionic 156 var confirmPopup = $ionicPopup.confirm({ title: 'Title', template: 'Are you sure?' }); confirmPopup.then(function(res) { if(res) { console.log('Sure!'); } else { console.log('Not sure!'); } }); }; }) HTML Code Ionic 157 The following table explains the options that can be used for this popup. Confirm Popup Options Option Type Details template string Inline HTML template of the popup. templateUrl string URL of the HTML template. title string The title of the popup. subTitle string The subtitle of the popup. cssClass string The CSS class name of the popup. cancelText string The text for the Cancel button. cancelType string The Ionic button type of the Cancel button. okText string The text for the OK button. okType string The Ionic button type of the OK button. Using Alert Popup An Alert is a simple popup that is used for displaying the alert information to the user. It has only one button that is used to close the popup and resolve the popups’ promised object. Controller Code .controller('MyCtrl', function($scope, $ionicPopup) { $scope.showAlert = function() { var alertPopup = $ionicPopup.alert({ title: 'Title', Ionic 158 template: 'Alert message' }); alertPopup.then(function(res) { // Custom functionality.... }); }; }) HTML Code It will produce the following screen: Ionic 159 The following table shows the options that can be used for an alert popup. Alert Popup Options Option Type Details template string Inline HTML template of the popup. templateUrl string URL of the HTML template. title string The title of the popup. subTitle string The subtitle of the popup. cssClass string The CSS class name of the popup. okText string The text for the OK button. okType string The Ionic button type of the OK button. Using Prompt Popup The last Ionic popup that can be created using Ionic is prompt. It has an OK button that resolves promise with value from the input and Cancel button that resolves with undefined value. Controller Code .controller('MyCtrl', function($scope, $ionicPopup) { $scope.showPrompt = function() { var promptPopup = $ionicPopup.prompt({ title: 'Title', template: 'Template text', inputType: 'text', inputPlaceholder: 'Placeholder' }); promptPopup.then(function(res) { Ionic 160 console.log(res); }); }; }) HTML Code It will produce the following screen: Ionic 161 The following table shows options that can be used for a prompt popup. Prompt Popup Options Option Type Details template string Inline HTML template of the popup. templateUrl string URL of the HTML template. title string The title of the popup. subTitle string The subtitle of the popup. cssClass string The CSS class name of the popup. inputType string The type for the input. inputPlaceholder string A placeholder for the input. cancelText string The text for the Cancel button. cancelType string The Ionic button type of the Cancel button. okText string The text for the OK button. okType string The Ionic button type of the OK button. Ionic 162 The element used for scrolling manipulation in ionic apps is called as the ion-scroll. Using Scroll The following code snippets will create scrollable containers and adjust scrolling patterns. First, we will create our HTML element and add properties to it. We will add  direction = "xy" to allow scrolling to every side. We will also set the width and the height for the scroll element. HTML Code
        Next, we will add the image of our world map to div element, which we created inside the ion-scroll and set its width and height. CSS Code .scroll-container { width: 2600px; height: 1000px; background: url('../img/world-map.png') no-repeat } 34. Ionic – JavaScript Scroll Ionic 163 When we run our app, we can scroll the map in every direction. The following example shows the North America part of the map. Ionic 164 We can scroll this map to any part that we want. Let us scroll it to show Asia. Ionic 165 There are other attributes, which can be applied to the ion-scroll. You can check them in the following table. Scroll Attributes Attribute Type Details direction string Possible directions of the scroll. Default value is y delegatehandle string Used for scroll identification with $ionicScrollDelegate. locking boolean Used to lock scrolling in one direction at a time. Default value is true. paging boolean Used to determine if the paging will be used with scroll. on-refresh expression Called on pull-to-refresh. on-scroll expression Called when scrolling. scrollbar-x boolean Should horizontal scroll bar be shown. Default value is true. scrollbar-y string Should vertical scroll bar be shown. Default value is true. zooming boolean Used to apply pinch-to-zoom. min-zoom integer Minimal zoom value. max-zoom integer Maximal zoom value. scrollbar-x boolean Used to enable bouncing. Default value on IOS is true, on Android false. Ionic 166 Infinite Scroll An Infinite scroll is used to trigger some behavior when scrolling passes the bottom of the page. The following example shows how this works. In our controller, we created a function for adding items to the list. These items will be added when a scroll passes 10% of the last element loaded. This will continue until we hit 30 loaded elements. Every time loading is finished, on-infinite will broadcast scroll.infiniteScrollComplete event. HTML Code Item {{ item.id }} Controller Code .controller('MyCtrl', function($scope) { $scope.items = []; $scope.noMoreItemsAvailable = false; $scope.loadMore = function() { $scope.items.push({ id: $scope.items.length}); if ($scope.items.length == 30) { $scope.noMoreItemsAvailable = true; } $scope.$broadcast('scroll.infiniteScrollComplete'); }; }) Other attributes can also be used with ion-infinite-scroll. Some of them are listed in the table below. Ionic 167 Scroll Attributes Attribute Type Details on-infinite expression What should be called when scrolled to the bottom. distance string The distance from the bottom needed to trigger oninfinite expression. spinner string What spinner should be shown while loading immediatecheck Boolean Should ‘on-infinite’ be called when screen is loaded Scroll Delegate Ionic offers delegate for full control of the scroll elements. It can be used by injecting a $ionicScrollDelegate service to the controller, and then use the methods it provides. The following example shows a scrollable list of 20 objects. HTML Code
        Item 1
        Item 2
        Item 3
        Item 4
        Item 5
        Item 6
        Item 7
        Item 8
        Item 9
        Item 10
        Item 11
        Item 12
        Item 13
        Item 14
        Ionic 168
        Item 15
        Item 16
        Item 17
        Item 18
        Item 19
        Item 20
        Controller Code .controller('DashCtrl', function($scope, $ionicScrollDelegate) { $scope.scrollTop = function() { $ionicScrollDelegate.scrollTop(); }; }) The above code will produce the following screen: Ionic 169 When we tap the button, the scroll will be moved to the top. Now, we will go through all of the $ionicScrollDelegate methods. Delegate Methods Method Parameters Type Details scrollTop(parameter) shouldAnimat e boolean Should scroll be animated scrollBottom(parameter) shouldAnimat e boolean Should scroll be animated Ionic 170 scrollTo(parameter1, parameter2, parameter3) left, top, shouldAnimat e number, number, integer First two parameters determine value of the x, and y-axis offset. scrollBy(parameter1, parameter2, parameter3) left, top, shouldAnimat e number, number, integer First two parameters determine value of the x, and y-axis offset. zoomTo(parameter1, parameter2, parameter3, parameter4) level, animate, originLeft, originTop number, boolean, number, number level is used to determine level to zoom to. originLeft and origin Right coordinates where the zooming should happen. zoomBy(parameter1, parameter2, parameter3, parameter4) factor, animate, originLeft, originTop number, boolean, number, number factor is used to determine factor to zoom by. originLeft and origi nRight coordinates where the zooming should happen. getScrollPosition() / / Returns object with two number as properties: left and right . These numbers represent the distance the user has scrolled from the left and from the top respectively. anchorScroll(parameter1) shouldAnimat e boolean It will scroll to the element with the same id as the window.loaction.ha sh. If this element does not exist, it will scroll to the top. Ionic 171 freezeScroll(parameter1) shouldFreeze boolean Used to disable scrolling for particular scroll. freezeAllScrolls(parameter1) shouldFreeze boolean Used to disable scrolling for all the scrolls in the app. getScrollViews() / object Returns the scrollView object. $getByHandle(parameter1) handle string Used to connect methods to the particular scroll view with the same handle. $ionicScrollDelegate. $getByHandle('myhandle').scrollTop(); Ionic 172 Side menu is one of the most used Ionic components. The Side menu can be opened by swiping to the left or right or by triggering the button created for that purpose. Using Side Menu The first element that we need is ion-side-menus. This element is used for connecting the side menu with all the screens that will use it. The ion-side-menu-content element is where the content will be placed and the ion-side-menu element is the place where we can put a side directive. We will add the side menu to the index.html and place the ion-nav-view inside the side menu content. This way the side menu can be used throughout entire app. index.html side = "left">

        SIde Menu

        Now, we will create button with menu-toggle = "left" directive. This button will usually be placed in the apps header bar, but we will add it in our template file for better understanding. When the button is tapped or when we swipe to the right, the side menu will open. You could also set the menu-close directive, if you would like to have one button only for closing side menu, but we will use the toggle button for this. HTML Template 35. Ionic – JavaScript Side Menu Ionic 173 The above code will produce the following screen: You can add some additional attributes to the ion-side-menus element. The enablemenu-with-back-views can be set to false to disable side menu, when the back button is showed. This will also hide the menu-toggle button from the header. The other attribute is delegate-handle, which will be used for the connection with $ionicSideMenuDelegate. The ion-side-menu-content element can use its own attribute. When the drag-content attribute is set to false, it will disable the ability to open the side menu by swiping the content screen. The edge-drag-threshold attribute has a default value of 25. This means that swiping is allowed only 25 pixels from the left and right edge of the screen. We can change this number value or we can set it to false to enable swiping on the entire screen or true to disable it. The ion-side-menu can use the side attribute that we showed in the example above. It will determine whether the menu should appear from the left or the right side. The ‘is-enabled’ attribute with a false value will disable the side menu, and the width attribute value is a number that represents how wide the side menu should be. The default value is 275. Ionic 174 Side Menu Delegate The $ionicSideMenuDelegate is a service used for controlling all the side menus in the app. We will show you how to use it, and then we will go through all the options available. Like all the Ionic services, we need to add it as a dependency to our controller and then use it inside the controller’s scope. Now, when we click the button, all of the side menus will open. Controller Code .controller('MyCtrl', function($scope, $ionicSideMenuDelegate) { $scope.toggleLeftSideMenu = function() { $ionicSideMenuDelegate.toggleLeft(); }; }) HTML Code The following table shows the $ionicScrollDelegate methods. Delegate Methods Method Parameter s Type Details toggleLeft(parameter) isOpen Boolean Used for opening or closing side menu. toggleRight(parameter) isOpen Boolean Used for opening or closing side menu. getOpenRatio() / / Returns ratio of open part over menu width. If half of the menu is open from the left, the ration will be 0.5. If side menu is closed, it will return 0. If half of the menu is open from the right side, it will return -0.5. Ionic 175 isOpen() / Boolean Returns true if side menu is open, false if it is closed. isOpenLeft() / Boolean Returns true if left side menu is open, false if it is closed. isOpenRight() / Boolean Returns true if right side menu is open, false if it is closed. getScrollPosition() / / Returns object with two number as properties: left and right. These numbers represent the distance the user has scrolled from the left and from the top respectively. canDragContent(parame ter1) canDrag Boolean Whether the content can be dragged to open side menu. edgeDragThreshold(par ameter1) value Boolean| number If the value is true, the side menu can be opened by dragging 25px from the edges of the screen. If it is false, dragging is disabled. We can set any number that will represent pixel value from the left and right edge of the screen. $getByHandle(parameter1) handle string Used to connect methods to the particular side menu view with the same handle. $ionicSideMenuDelegate. $getByHandle('myhandle').toggleLeft(); Ionic 176 A Slide box contains pages that can be changed by swiping the content screen. Using Slide Box The usage of the slide box is simple. You just need to add ion-slide-box as a container and ion-slide with box class inside that container. We will add height and border to our boxes for better visibility. HTML Code

        Box 1

        Box 2

        Box 3

        .box1, box2, box3 { height: 300px; border: 2px solid blue; } 36. Ionic – JavaScript Slide Box Ionic 177 The Output will look as shown in the following screenshot. Ionic 178 We can change the box by dragging the content to the right. We can also drag to the left to show the previous box. A few attributes that can be used for controlling slide box behavior are mentioned in the following table. Delegate Methods Attribute Type Details does-continue Boolean Should slide box loop when first or last box is reached. auto-play Boolean Should slide box automatically slide Ionic 179 slide-interval number Time value between auto slide changes in milliseconds. Default value is 4000. show-pager Boolean Should pager be visible pager-click expression Called when a pager is tapped (if pager is visible). $index is used to match with different slides. on-slide-changed expression Called when slide is changed. $index is used to match with different slides. active-slide expression Used as a model to bind the current slide index to. delegate-handle string Used for slide box identification with $ionicSlideBoxDelegate. Slide Box Delegate The $ionicSlideBoxDelegate is a service used for controlling all slide boxes. We need to inject it to the controller. Controller Code .controller('MyCtrl', function($scope, $ionicSlideBoxDelegate) { $scope.nextSlide = function() { $ionicSlideBoxDelegate.next(); } }) HTML Code Ionic 180 The following table shows $ionicSlideBoxDelegate methods. Delegate Methods Method Parameters Type Details slide(parameter1, parameter2) to, speed number, number Parameter to represents the index to slide to. speed determines how fast is the change in milliseconds. enableSlide(parameter1) shouldEnable boolean Used for enambling or disabling sliding. previous(parameter1) speed number The value in miliseconds the change should take. stop() / / Used to stop the sliding. start() / / Used to start the sliding. currentIndex() / number Returns index of the curent slide. slidesCount() / number Returns total number of the slides. $getByHandle(parameter1) handle string Used to connect methods to the particular slide box with the same handle. $ionicSlideBoxDelegate. $getByHandle ('myhandle').start(); Ionic 181 Tabs are a useful pattern for any navigation type or selecting different pages inside your app. The same tabs will appear at the top of the screen for Android devices and at the bottom for IOS devices. Using Tabs Tabs can be added to the app by using ion-tabs as a container element and ion-tab as a content element. We will add it to the index.html, but you can add it to any HTML file inside your app. Just be sure not to add it inside the ion-content to avoid CSS issues that comes with it. index.html Code 37. Ionic – JavaScript Tabs Ionic 182 The output will look as shown in the following screenshot. There is API available for ion-tab elements. You can add it as attributes as showed in example above where we used title, icon-on and icon-off. The last two are used to differentiate selected tab from the rest of it. If you look at the image above, you can see that first tab is selected. You can check the rest of the attributes in the following table. Tab Attributes Attribute Type Details title string The title of the tab. href string The link used for tab navigation. Ionic 183 icon string The icon of the tab. icon-on string The icon of the tab when selected. icon-off string The icon of the tab when not selected. badge expression The badge for the tab. badge-style expression The badge style for the tab. on-select expression Called when tab is selected on-deselect expression Called when tab is deselected hidden expression Used to hide the tab. disabled expression Used to disable the tab. Tabs also have its own delegate service for easier control of all the tabs inside the app. It can be injected in the controller and has several methods, which are shown in the following table. Delegate Methods Method Parameters Type Details selectedIndex() / number Returns the index of the selected tab. $getByHandle(p arameter1) handle string Used to connect methods to the particular tab view with the same handle. Handle can be added to ion-tabs by usingdelegate-handle = "myhandle" attribute. $ionicTabsDelegate.$getByHandle(' my-handle').selectedIndex(); Ionic 184 Ionic − Advanced Concepts Ionic 185 Cordova offers ngCordova, which is set of wrappers specifically designed to work with AngularJS. Installing ngCordova When you the start Ionic app, you will notice that it is using bower. It can be used for managing ngCordova plugins. If you have bower installed skip this step, if you do not have it, then you can install it in the command prompt window. C:\Users\Username\Desktop\MyApp> npm install -g bower Now we need to install ngCordova. Open your app in the command prompt window. The following example is used for the app that is located on the desktop and is named MyApp. C:\Users\Username\Desktop\MyApp> bower install ngCordova Next, we need to include ngCordova to our app. Open index.html file and add the following scripts. It is important to add these scripts before cordova.js and after ionic scripts. Now, we need to inject ngCordova as angular dependency. Open your app.js file and add the ngCordova to angular module. If you have used one of the Ionic template apps, you will notice that there is injected ionic, controllers and services. In that case, you will just add ngCordova at the end of the array. angular.module('myApp', ['ngCordova']) You can always check the plugins that are already installed by typing the following command. C:\Users\Username\Desktop\MyApp> cordova plugins ls Now, we can use the Cordova plugins. You can check all the other plugins here. 38. Ionic – Cordova Integration Ionic 186 The Cordova AdMob plugin is used for integrating ads natively. We will use the admobpro plugin in this chapter, since the admob is deprecated. Using AdMob To be able to use ads in your app, you need to sign up to admob and create a banner. When you do this, you will get an Ad Publisher ID. Since these steps are not a part of the Ionic framework, we will not explain it here. You can follow the steps by Google support team here. You will also need to have android or iOS platform installed, since the cordova plugins work only on native platforms. We have already discussed how to do this in our environment setup chapter. The AdMob plugin can be installed in the command prompt window. C:\Users\Username\Desktop\MyApp> cordova plugin add cordova-plugin-admobpro Now that we have installed the plugin, we need to check if the device is ready before we are able to use it. This is why we need to add the following code in the $ionicPlatform.ready function inside the app.js. if( ionic.Platform.isAndroid() ) { admobid = { // for Android banner: 'ca-app-pub-xxx/xxx' // Change this to your Ad Unit Id for banner... }; if(AdMob) AdMob.createBanner( { adId:admobid.banner, position:AdMob.AD_POSITION.BOTTOM_CENTER, autoShow:true } ); } 39. Ionic – Cordova AdMob Ionic 187 The output will look as shown in the following screenshot. The same code can be applied for iOS or a Windows Phone. You will only use a different id for these platforms. Instead of a banner, you can use interstitial ads that will cover entire screen. AdMob Methods The following table shows methods that can be used with admob. Method Parameters Details createBanner(parameter1, parameter2, parameter3) adId/options, success, fail Used for creating the banner. removeBanner() / Used for removing the banner. Ionic 188 showBanner(parameter1) position Used for showing the banner. showBannerAtXY(parameter1, parameter2) x, y Used for showing the banner at specified location. hideBanner(); / Used for hiding the banner. prepareInterstitial(parameter1, parameter2, parameter3) adId/options, success, fail Used for preparing interstitial. showInterstitial(); / Used for showing interstitial. setOptions(parameter1, parameter2, parameter3) options, success, fail Used for setting the default value for other methods. AdMob Events The following table shows the events that can be used with admob. Event Details onAdLoaded Called when the ad is loaded. onAdFailLoad Called when the ad is failed to load. onAdPresent Called when the ad will be showed on screen. onAdDismiss Called when the ad is dismissed. onAdLeaveApp Called when the user leaves the app by clicking the ad. Ionic 189 You can handle these events by following the example below. document.addEventListener('onAdLoaded', function(e){ // Handle the event... }); Ionic 190 The Cordova Camera Plugin uses the native camera for taking pictures or getting images from the image gallery. Using Camera Open your project root folder in the command prompt, then download and install the Cordova camera plugin with the following command. C:\Users\Username\Desktop\MyApp> cordova plugin add org.apache.cordova.camera Now, we will create a service for using a camera plugin. We will use the AngularJS factory and promise object $q that needs to be injected to the factory. services.js Code .factory('Camera', function($q) { return { getPicture: function(options) { var q = $q.defer(); navigator.camera.getPicture(function(result) { q.resolve(result); }, function(err) { q.reject(err); }, options); return q.promise; } } }); To use this service in the app, we need to inject it to a controller as a dependency. Cordova camera API provides the getPicture method, which is used for taking photos using a native camera. The native camera settings can be additionally customized by passing the options parameter to the takePicture function. Copy the above-mentioned code sample to your controller to trigger this behavior. It will open the camera application and return a success callback function with the image data or error callback function with an error 40. Ionic – Cordova Camera Ionic 191 message. We will also need two buttons that will call the functions we are about to create and we need to show the image on the screen. HTML Code Controller Code .controller('MyCtrl', function($scope, Camera) { $scope.takePicture = function (options) { var options = { quality : 75, targetWidth: 200, targetHeight: 200, sourceType: 1 }; Camera.getPicture(options).then(function(imageData) { $scope.picture = imageData;; }, function(err) { console.log(err); }); }; }) Ionic 192 The output will look as shown in the following screenshot. If you want to use images from your gallery, the only thing you need to change is the sourceType method from your options parameter. This change will open a dialog popup instead of camera and allow you to choose the image you want from the device. You can see the following code, where the sourceType option is changed to 0. Now, when you tap the second button, it will open the file menu from the device. Ionic 193 Controller Code .controller('MyCtrl', function($scope, Camera) { $scope.getPicture = function (options) { var options = { quality : 75, targetWidth: 200, targetHeight: 200, sourceType: 0 }; Camera.getPicture(options).then(function(imageData) { $scope.picture = imageData;; }, function(err) { console.log(err); }); }; }) Ionic 194 The output will look as shown in the following screenshot. Ionic 195 When you save the image you took, it will appear on the screen. You can style it the way you want. Several other options can be used as well, some of which are given in the following table. Parameter Type Details quality Number The quality of the image, range 0-100 destinationType Number Format of the image. sourceType Number Used for setting the source of the picture. allowEdit boolean Used for allowing editing of the image. encodingType Number Value 0 will set JPEG, and value 1 will set PNG. Ionic 196 targetWidth Number Used for scaling image width. targetHeight Number Used for scaling image height. mediaType string Used for setting the media type. cameraDirection Number Value 0 will set the back camera, and value 1 will set the front camera. popoverOptions string IOS-only options that specify popover location in iPad. saveToPhotoAlbum boolean Used for saving image to photo album. correctOrientation boolean Used for correcting orientation of the captured images. Ionic 197 This plugin is used for connecting to Facebook API. Before you start integrating Facebook, you need to create a Facebook app here. You will create a web app and then skip the quick start screen. Then, you need to add the website platform on the settings page. You can use the following code snippet for the site URL while in development. http://localhost:8100/ After that, you need to add Valid OAuth redirect URIs on the settings/advanced page. Just copy the following two URLs. https://www.facebook.com/connect/login_success.html http://localhost:8100/oauthcallback.html Installing Facebook Plugin We did all the steps above to tackle some issues that often appear when using this plugin. This plugin is hard to set up because there are a lot of steps involved and documentation doesn't cover all of them. There are also some known compatibility issues with other Cordova plugins, so we will use Teleric verified plugin version in our app. We will start by installing browser platform to our app from the command prompt. C:\Users\Username\Desktop\MyApp>ionic platform add browser Next, what we need to do is to add the root element on top of the body tag in index.html. index.html
        Now we will add Cordova Facebook plugin to our app. You need to change APP_ID and APP_NAME to match the Facebook app you created before. C:\Users\Username\Desktop\MyApp>cordova -d plugin add https://github.com/Telerik-Verified-Plugins/Facebook/ --variable APP_ID = "123456789" --variable APP_NAME = "FbAppName" Now open index.html and add the following code after your body tag. Again you need to make sure that the appId and version are matching the Facebook app you created. This will ensure that Facebook SDK is loaded asynchronously without blocking the rest of the app. 41. Ionic ─ Cordova Facebook Ionic 198 index.html Angular Service Since we installed everything, we need to create service that will be our connection to the Facebook. These things can be done with less code inside the controller, but we try to follow the best practices, so we will use Angular service. The following code shows the entire service. We will explain it later. services.js .service('Auth', function($q, $ionicLoading) { this.getLoginStatus = function() { var defer = $q.defer(); FB.getLoginStatus(function(response) { if (response.status === "connected") { console.log(JSON.stringify(response)); } else { console.log("Not logged in"); } }); Ionic 199 return defer.promise; } this.loginFacebook = function() { var defer = $q.defer(); FB.login(function(response) { if (response.status === "connected") { console.log(JSON.stringify(response)); } else { console.log("Not logged in!"); } }); return defer.promise; } this.logoutFacebook = function() { var defer = $q.defer(); FB.logout(function(response) { console.log('You are logged out!'); }); return defer.promise; } this.getFacebookApi = function() { var defer = $q.defer(); FB.api("me/?fields = id,email", [], function(response) { if (response.error) { console.log(JSON.stringify(response.error)); } else { console.log(JSON.stringify(response)); } }); return defer.promise; } }); Ionic 200 In the above service, we are creating four functions. First three are self-explanatory. The fourth function is used for connecting to Facebook graph API. It will return the id and email from the Facebook user. We are creating promise objects to handle asynchronic JavaScript functions. Now we need to write our controller that will call those functions. We will call each function separately for better understanding, but you will probably need to mix some of them together to get the desired effect. Controller Code .controller('MyCtrl', function($scope, Auth, $ionicLoading) { $scope.checkLoginStatus = function() { getLoginUserStatus(); } $scope.loginFacebook = function(userData) { loginFacebookUser(); }; $scope.facebookAPI = function() { getFacebookUserApi(); } $scope.logoutFacebook = function() { logoutFacebookUser(); }; function loginFacebookUser() { return Auth.loginFacebook(); } function logoutFacebookUser() { return Auth.logoutFacebook(); } function getFacebookUserApi() { return Auth.getFacebookApi(); } function getLoginUserStatus() { return Auth.getLoginStatus(); } }) You are probably wondering why didn't we returned Auth service directly from the function expressions (first four functions). The reason for this is that you will probably want to add some more behavior after the Auth function is returned. You might send some data to Ionic 201 your database, change the route after login, etc. This can be easily done by using JavaScript then() method to handle all the asynchronous operations instead of callbacks. Now we need to allow users to interact with the app. Our HTML will contain four buttons for calling the four functions we created. HTML Code When the user taps the LOG IN button, the Facebook screen will appear. The user will be redirected to the app after the login is successful. Ionic 202 The Cordova InAppBrowser plugin is used to open external links from your app inside a web browser view. Using Browser It is very easy to start working with this plugin. All you need to do is to open the command prompt window and install the Cordova plugin. C:\Users\Username\Desktop\MyApp>cordova plugin add org.apache.cordova.inappbrowser This step allows us to start using the inAppBrowser. We can now create a button that will lead us to some external link, and add a simple function for triggering the plugin. HTML Code Controller Code .controller('MyCtrl', function($scope, $cordovaInAppBrowser) { var options = { location: 'yes', clearcache: 'yes', toolbar: 'no' }; $scope.openBrowser = function() { $cordovaInAppBrowser.open('http://ngcordova.com', '_blank', options) .then(function(event) { // success }) .catch(function(event) { // error }); } }) 42. Ionic − Cordova InAppBrowser Ionic 203 When the user taps the button, the InAppBrowser will open the URL we provided. Several other methods can be used with this plugin, some of which are in the following table. Ionic 204 Cordova $inAppBrowser Methods Method Parameters Type Details setDefaultOptions (parameter1) options object Used to set global options for all InAppBrowsers. open(parameter1, parameter2, parameter3) URL, target, options string, string, object There are three targets available. _blank will open new inAppBrowser instance. _system will open system browser and _self will use current browser instance. close / / Used to close InAppBrowser. Cordova InAppBrowser Events This plugin also offers events that can be combined with $rootScope. Example Details $rootScope.$on('$cordovaInAppBrowser:loadstart', function(e, event)); Called when inAppBrowser start loading the page. $rootScope.$on('$cordovaInAppBrowser:loadstop', function(e, event)); Called when inAppBrowser has finished loading the page. $rootScope.$on('$cordovaInAppBrowser:loaderror', function(e, event)); Called when inAppBrowser has encountered error. $rootScope.$on('$cordovaInAppBrowser:exit', function(e, event)); Called when inAppBrowser window is closed. Ionic 205 This plugin is used for adding native audio sounds to the Ionic app. Using Native Audio To be able to use this plugin, we first need to install it. Open the command prompt window and add the Cordova plugin. C:\Users\Username\Desktop\MyApp>cordova plugin add cordova-plugin-nativeaudio Before we start using this plugin, we will need audio file. For simplicity, we will save our click.mp3 file inside the js folder, but you can place it wherever you want. The next step is to preload the audio file. There are two options available, which are –  preloadSimple – It is used for simple sounds that will be played once.  preloadComplex – It is for sounds that will be played as looping sounds or background audio. Add the following code to your controller to preload an audio file. We need to be sure that the Ionic platform is loaded before we can preload the audio file. Controller Code $ionicPlatform.ready(function() { $cordovaNativeAudio .preloadSimple('click', 'js/click.mp3') .then(function (msg) { console.log(msg); }, function (error) { console.log(error); }); $cordovaNativeAudio.preloadComplex('click', 'js/click.mp3', 1, 1) .then(function (msg) { console.log(msg); }, function (error) { console.error(error); }); }); 43. Ionic – Cordova Native Audio Ionic 206 In the same controller, we will add code for playing audio. Our $timeout function will stop and unload looping audio after five seconds. $scope.playAudio = function () { $cordovaNativeAudio.play('click'); }; $scope.loopAudio = function () { $cordovaNativeAudio.loop('click'); $timeout(function () { $cordovaNativeAudio.stop('click'); $cordovaNativeAudio.unload('click'); }, 5000); } The last thing we need is to create buttons for playing and looping audio. HTML Code When we tap on play button, we will hear the sound once and when we tap on the loop button, the sound will loop for five seconds and then stop. This plugin works only on an emulator or a mobile device. Ionic 207 This plugin is used for adding a geolocation plugin to the Ionic app. Using Geolocation There is a simple way to use the geolocation plugin. We need to install this plugin from the command prompt window. C:\Users\Username\Desktop\MyApp>cordova plugin add cordova-plugin-geolocation The following controller code is using two methods. The first one is the getCurrentPosition method and it will show us the current latitude and longitude of the user’s device. The second one is the watchCurrentPosition method that will return the current position of the device when the position is changed. Controller Code .controller('MyCtrl', function($scope, $cordovaGeolocation) { var posOptions = {timeout: 10000, enableHighAccuracy: false}; $cordovaGeolocation .getCurrentPosition(posOptions) .then(function (position) { var lat = position.coords.latitude var long = position.coords.longitude console.log(lat + ' ' + long) }, function(err) { console.log(err) }); var watchOptions = {timeout : 3000, enableHighAccuracy: false}; var watch = $cordovaGeolocation.watchPosition(watchOptions); watch.then( null, function(err) { console.log(err) }, 44. Ionic – Cordova Geolocation Ionic 208 function(position) { var lat = position.coords.latitude var long = position.coords.longitude console.log(lat + '' + long) } ); watch.clearWatch(); }) You might have also noticed the posOptions and watchOptions objects. We are using timeout to adjust maximum length of time that is allowed to pass in milliseconds and enableHighAccuracy is set to false. It can be set to true to get the best possible results, but sometimes it can lead to some errors. There is also a maximumAge option that can be used to show how an old position is accepted. It is using milliseconds, the same as timeout option. When we start our app and open the console, it will log the latitude and longitude of the device. When our position is changed, the lat and long values will change. Ionic 209 This plugin allows us to record and playback audio files on a device. Using Media As with all the other Cordova plugins, the first thing we need to do is to install it from the command prompt window. C:\Users\Username\Desktop\MyApp>cordova plugin add cordova-plugin-media Now, we are ready to use the plugin. In the following code sample, src is the source mp3 file that we will use for this tutorial. It is placed in js folder, but we need to add /android_asset/www/ before it, so it can be used on android devices. The complete functionality is wrapped inside the $ionicPlatform.ready() function to assure that everything is loaded before the plugin is used. After that, we are creating the media object by using the newMedia(src) method. The media object is used for adding play, pause, stop and release functionalities. Controller Code .controller('MyCtrl', function($scope, $ionicPlatform, $cordovaMedia) { $ionicPlatform.ready(function() { var src = "/android_asset/www/js/song.mp3"; var media = $cordovaMedia.newMedia(src); $scope.playMedia = function() { media.play(); }; $scope.pauseMedia = function() { media.pause(); }; $scope.stopMedia = function() { media.stop(); }; $scope.$on('destroy', function() { 45. Ionic – Cordova Media Ionic 210 media.release(); }); }); } We will also create three buttons for calling play, pause and stop functions. We need to run it on an emulator or a mobile device for this plugin to work. When the user’s tap on the play button, the song.mp3 will start playing. You can see in the above example that we use src as an option parameter. There are other optional parameters that can be used for the newMedia method. Optional Parameters The following table will show all the optional parameters available. Parameter Type Details mediaSuccess function Called after current play/record or stop action has completed. mediaError function Invoked when there is an error. mediaStatus function Invoked to show status changes. Ionic 211 Available Methods The following table will show all the methods available. Method Parameters Details newMedia(parameter1) src Returns media object that will be used for future methods. src is an URI of the audio content. getCurrentPosition / Returns the current position within an audio file. getDuration / Returns the duration of an audio file. play / Used to start or resume playing. pause / Used to pause playback. stop / Used to stop playing. release / Used to release audio resources. seekTo(parameter1) milliseconds Used to set the playback position in milliseconds. setVolume(parameter1) volume Used to change volume. Range is from 0 to 1 startRecord() / Used to start recording. stopRecord / Used to stop recording. Ionic 212 Every mobile app needs an icon and splash screen. Ionic provides excellent solution for adding it and requires minimum work for the developers. Cropping and resizing is automated on the Ionic server. Adding Splash Screen and Icon In the earlier chapters, we have discussed how to add different platforms for the Ionic app. By adding a platform, Ionic will install Cordova splash screen plugin for that platform so we do not need to install anything afterwards. All we need to do is to find two images. The images should be png, psd or ai files. The minimum dimension should be 192x192 for icon image and 2208x2208 for the splash screen image. This dimensions will cover all the devices. In our example, we will use the same image for both. The images need to be saved to resources folder instead of the default ones. After we are done with it, all we need is to run the following in the command prompt window. C:\Users\Username\Desktop\MyApp>ionic resources Now, if you check resources/android or resources/ios folders, you will see that the images we added before are resized and cropped to accommodate different screen sizes. When we run our app on the device, we will see a splash screen before the app is started and we will see that a default Ionic icon is changed. 46. Ionic − Cordova Icon & Splash Screen Ionic 213 NOTE: If you want to use different images for Android and iOS, you can add it to resources/android and resources/ios instead of the resources folder.

Komentar

Postingan populer dari blog ini

Tutorial Ionic : Menghasilkan Layout Login Sederhana (Part 3)

Cara Mudah Menghasilkan Koneksi Ke Database Dengan Php Mysql