Mobile app using Responsive profile instead of Native Mobile

0
My app has two navigation profiles: Responsive (for desktop browsers) and Native Mobile. I’ve followed the instructions for building the app for iOS using PhoneGap, but once it’s done and I launch the installed app on my iPhone, I see the Responsive homepage instead of the Native Mobile login screen. What am I doing wrong?
asked
1 answers
3

PhoneGap != native!

Native builds in ReactNative and uses specific Native pages. PhoneGap creates a framework around the responsive pages. Mendix calls this Hybrid.

For differences, see this page in the documentation: https://docs.mendix.com/refguide/mobile

answered