Tabris.js Widgets: Page

This widget represents a single page of a NavigationView. It serves as a host for other widgets. Page widget got only three own properties – you can choose an image and a title that are going to be shown in the navigation bar and decide if you want to autoDispose it after you go back using navigation.

Here is the simple Page example in JS syntax:

And the same code in JSX syntax:

You can’t specify a size for the Page. It will take all the available screen space down from the NavigationBar.

The example below shows how easy it is to create any amount of pages and navigate between them. Run it by scanning its QR code with the Tabris Developer App.

Use the Page documentation page to find out more about the widget.