Hi Ibrahim,
What you’re seeing is expected behavior. By default, Mendix deeplinks are handled as web links, so on mobile devices they are typically opened in the browser unless native deep linking is explicitly configured.
I would recommend the following approach:
This setup allows your native app to correctly handle links and open the right screen inside the app instead of falling back to the web version.
So instead of trying to make one link behave differently automatically, the clean approach in Mendix is:
This aligns with how Mendix structures mobile capabilities and avoids unexpected browser redirects.
If this resolves your issue, you can mark it as accepted.