Using Mobile Capabilities
Introduction
Guides in this section will help you implement key features of native apps and/or progressive web apps (PWAs).
- Authenticating Users: this guide explains how to authenticate users in a mobile app.
- Deep Links: native apps can define a custom URL scheme (for instance,
my-app://
) that allows other apps to access pages and functionalities of the app - Internationalize Mobile Apps: this guide allows your end-user to change the interface language on their mobile device within a Mendix mobile app
- Location and Maps: native apps can access the user location and display native maps inside the application
- Push Notifications: native apps can present a notification to the user that is triggered by the runtime even if the app is not running
- Local Notifications: in addition to push notifications, native apps can schedule notifications to be shown at a specific time even if the app is not running
- Augmented Reality: native apps can render 3D objects in the physical environments via the camera stream of a mobile device
- App Permissions: this guide allows native apps to request permissions from iOS and Android device users
- Mobile Accessibility: this guide allows you to customize accessibility options for native mobile applications
Mobile Library Compatibility Info
This page outlines the compatibility between Mendix mobile development libraries and Mendix Studio Pro versions. For information pertaining to other major versions of Studio Pro, click here:
Native Mobile Resources
This module contains a powerful set of widgets and nanoflow actions created for native mobile. They enable authentication, network, platform capabilities, and more:
| ————— | —————————— | | 9.* | 10.17 and above |
Nanoflow Commons
This module contains nanoflow actions commonly used across mobile apps, enabling things such as client activities, geo-location, local storage, and more:
Module Version | Compatible Studio Pro Versions |
---|---|
5.* | 10.17 and above |
Native Template
Detailed information about Native Template versions, including Studio Pro and React Native compatibility, can be found here.