How to unable native mobile app in mendix tool
In Mendix, you cannot “disable” Native Mobile with a single toggle, but you can effectively remove or stop using it depending on what you want to achieve.
If you just want to stop using Native Mobile:
If you want to fully clean it from the project:
If your issue is related to build or deployment (common case):
So in short, there is no “disable” button. You either stop referencing Native features or remove them from the model.
If you can share what problem you are trying to solve (build error, performance, deployment, etc.), I can suggest a more precise approach.
If this resolves your issue, you can mark it as accepted.
Hi,
If you want to disable or stop using the native mobile app functionality in Mendix, it depends on what exactly you mean by “unable native mobile app.” In most cases, this refers to preventing the app from being built or accessed as a native mobile app.
Mendix supports multiple navigation profiles:
To disable native mobile:
If no pages are configured, the native mobile app cannot function.
If you have already created native pages:
If you are using tools like:
Simply stop building/deploying the native app. Mendix will still run as a web app without any issue.
If your project includes native-specific modules:
This ensures your app is purely web-based.
Once these are removed, your application will behave purely as a web (responsive) app.
Hi,
In Mendix, there is no direct option to “disable” a Native Mobile app. However, you can handle this in two ways depending on your requirement:
You can simply:
You can clean up your project by: