Learn how to add functionality to your Mendix Native app that allows users to make phone calls directly from the app. This tutorial covers setting up a button, linking it to a phone number, and triggering the device’s native call feature.
Go to MX Studio Pro Create a new module Utility.
Right Click on Utility module -> Add page -> Native mobile & give the name Utility -> Inside navigation layout select NativePhone_Default(Atlas_Core).

Go to the Utility page & take a button, give the name Call.

Double click on Call button -> In onClick events select call a nanoflow & create a new nanoflow(ACT_Call).

Open ACT_Call nanoflow & take a Call Phone Number activity.

Open Call Phone Number activity & pass your phone number where you want to make a call.
You can pass your dynamic phone number, for this tutorial, I am taking static value. You can pass your number with or without a country code, both will work.

Go to Navigation -> Native mobile & add a new item(Utility) and select Utility page.


Now run the application & test it.

When you click the Call button, a real-time call will be made to the provided number.

Conclusion:
I hope this article has helped you understand How to Make A Call In Mendix Native App.
Thanks for reading this! See you in the next blog post.
