Official Content

To develop a Responsive Web Applications, the following has to be taken into account:

  1. HTML Document Type property has to be set to HTML 5.
  2. Default Theme property has to be set to Carmine. The Carmine Theme has all the classes inspired by Bootstrap.

The RWDMasterpage is automatically imported when Default Web Form Editor property is set to Abstract Layout. 

Note:

The viewport meta tag is automatically added to the HTML <head> in order to have a responsive behavior:

   Form.Meta.AddItem(!"viewport", !'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no')
   Form.Meta.AddItem(!"apple-mobile-web-app-capable", 'yes')

In addition to the required properties, the following properties are also used:





Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant