Pages

Pages are different views within one app and should be used to organize functionality logically.

Overview

One app can have an unlimited number of pages. Each page can have an unlimited number of subpages. Pages will appear in the navigation menu of the app, whereas subpages do not appear in the navigation menu.

Add and delete

To add a new page/subpage:

  1. Right-click on a page/subpage.

  2. Click on New Page to create a new page below the page/subpage, or click New Subpage to create a new subpage right of the page/subpage.

To delete a page/subpage:

  1. Right-click on a page/subpage.

  2. Click on Delete Page.

Duplicate

Pages and subpages can be duplicated to save time developing the frontend. To duplicate a page/subpage:

  1. Right-click on the page/subpage.

  2. Click Duplicate Page to duplicate the page/subpage as a page, or click Duplicate Subpage to duplicate the page/subpage as a subpage.

Change order

Changing the order of pages is possible via the navigation menu settings menu and is explained in the article on in-app navigation.

Page height

To add additional space to a page, you can make the page scrollable. To do so, you need to extend the page height using the page height icon (↕️) in the top bar. Extending the page height only affects the page you are currently working on and the device type you are currently editing.

If you try to reduce the height of a page via the menu, but the height of the page does not change accordingly, this may be because a widget is still positioned outside the newly selected height. In such a case, you can increase the height again or switch to a different device preview and search for the widget to delete it or place it within desired page height.

Last updated