In this tutorial, you’ll learn how to open any URL directly inside your Mendix Native app using the in-app browser. Instead of switching to an external browser, the web page will load within your app itself, providing a smoother experience for users.
Go to the Utility page & take a button, give the name Open In APP.

Double click on Open In App button -> In onClick events select call a nanoflow & create a new nanoflow(ACT_OpenURLInApp).

Open ACT_OpenURLInApp nanoflow & take an Open In App Browser activity.

Open the App Browser activity and set its values such as URL, toolbar color, iOS close button style, and Android show title.

Now run the application & test it.

When you click the Open In APP button, the URL will open inside your Mendix native app.


See the difference below.


Conclusion:
I hope this article has helped you understand How to Open Any URL In the App Browser In Mendix Native App.
Thanks for reading this! See you in the next blog post.
