Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Hybrid Tablet Profile

Last modified: September 12, 2023

When the hybrid tablet profile is enabled, every user that accesses the Mendix application from a PhoneGap hybrid application running on a tablet device will automatically be redirected to this profile. If the hybrid tablet profile is disabled, tablet users will be redirected to the hybrid phone profile. If the hybrid phone profile is disabled, users will be redirected to the desktop profile.

Profile Properties

General

Enabled

Specifies whether the profile is enabled. If a profile is enabled, it can be used to determine the home page when a user logs into the application. If it is disabled, users accessing the application with a matching profile will be redirected to the closest equivalent enabled profile.

The desktop profile is always enabled.

Enable Offline Support (Only Hybrid Tablet and Hybrid Phone)

Specifies whether the hybrid profile allows users to continue using their Mendix application without a working Internet connection. Pages that are available offline are subject to certain restrictions, which you can read here.

Application Title

Specify the application title. This title is shown in the title bar of the browser.

Home Pages

Default Home Page

The default home page indicates which page or microflow is opened after a user has signs in. If role-based home pages (see below) are specified for one of the user roles of the user, then that home page will be used instead.

Role-Based Home Pages

By using role-based home pages you can show different home pages for different users. If a user logs in, the first role-based home page of which the user role matches a user role of the user is displayed. If no match is found, the default home page is used.

Per role-based home page you can specify the user role it applies to and the target (page or microflow) that will be opened.

Authentication

If an anonymous user tries to access a resource to which the user has no access, the configured sign-in page will be displayed, prompting the user to sign in.

If the sign-in page is set to none, a built-in pop-up window will appear instead. The page title may be overridden and is translatable.

Each device type contains a default menu. You can use these menus in menu widgets. Defining the menu for a device type works in the same way as when editing a menu document.

See Menu.

If security is enabled, the menu will only show items that the user has access to.