Book Image

Learning Ext JS_Fourth Edition

Book Image

Learning Ext JS_Fourth Edition

Overview of this book

Table of Contents (22 chapters)
Learning Ext JS Fourth Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 12. Responsive Configurations and Tablet Support

Ext JS version 5 now gives support for touch screen devices, such as tables, touch screen laptops, and other devices. This can be implemented with a little effort. As we saw in Chapter 11, The Look and Feel, Ext JS 5 introduced more themes to the framework. Two of these new themes are called Neptune Touch and Crisp Touch. Some of the themes can be seen in the following image:

These new themes will be the base for handling touch screen input from the user. They have touch-friendly dimensions in their design.

In this chapter, we will cover these topics:

  • An overview of touch support. Under this, we will cover Touch-screen-friendly themes and Neptune Touch and Crisp Touch.

  • How to implement responsive configurations.