Responsive Applications
Overview
A web application must adjust to different size clients. Changes in client size can be a one-time thing (e.g., loading on a phone vs. loading on an iPad) or it can be dynamic (changing between landscape and portrait mode). The process of making adjustments based on client screen size is referred to as being “responsive”.
For more information, see WebSetResponsive.
Related Topics
Navigation
- Previous Topic: Multi-Line Row Support in Lists and Grids
- Next Topic: Working with CSS Styles