Responsive web to Native app

1
Hi all, I am new to Mendix and I have developed my entire software using the responsive option instead of Native app. I did this without prior knowledge that I need to build the app natively in order to be able to deploy it as an app. Is there any way which I can use to transform or deploy my already finished and developed responsive app as a native mobile app?
asked
1 answers
0

A native profile cannot be copied from a responsive profile. However, any Nanoflow logic you've created can be reused, and Microflow logic can be copy-pasted into nanoflows where necessary. You will need to create specific native pages for your native navigation profile.

It's worth noting that Mendix recently added the ‘Progressive Web App’ option, which would provide you with an offline-capable app which allows you to use your already existing webpages.

answered