Skip to content

Added removal warning to native AR #9456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ aliases:
- /howto/mobile/how-to-ar-simple-cube/
---

{{% alert color="warning" %}}
Augmented Reality on Mendix Native Mobile apps is no longer supported and does not work in Mendix 10.18 and above. If you plan to use augmented reality in a Mendix app, please build a [progressive web app](/refguide/mobile/introduction-to-mobile-technologies/progressive-web-app/) and use [WebXR](/refguide/mobile/using-mobile-capabilities/augmented-reality/get-started-with-web-xr/) instead.
{{% /alert %}}

## Introduction

Working with augmented reality (AR) is not all that different from implementing any other piece of Native functionality. Using just a few widgets, you can add two-or-three dimensional AR to your native mobile application. In this guide you will make a 3D cube by dragging and dropping widgets into your Mendix app and then configuring them.
Expand Down