Hybrid profile

0
Can someone explain me how Mendix handles the Hybrid profile exactly? I can’t seem to find it in the documentation or whatsoever. I am trying to build and install a hybrid app, but somehow when opening the app it stops at ‘starting app’ but it doesn’t continue, both Android and iOS. So what I was thinking to just open the Mendix app on my phone via a browser. Will Mendix pick the Hybrid app profile when opening the app on a different device than a laptop/desktop?
asked
1 answers
1

Hi Micha, Mendix will pick the profile based on the navigation profiles that exist in your project, see https://docs.mendix.com/refguide/navigation#properties

However the ‘starting app’ message might have something to do with targetting the wrong environment. You need to verify the target URL and/or enable debugging and check for errors in the log.

answered