Mendix World offline app

3
Hi, I know currently Mendix doesn't support offline apps but just out curiosity wondered how was the Mendix World app created? I can see it doesnt work completely without internet but would be interesting to know further. Was it a native app or a third party app was use to create it? https://play.google.com/store/apps/details?id=com.mendix.mxworld.mobile Also would be good to know if there are any plans in future to support offline apps Mx6 maybe? Thanks, Savan
asked
1 answers
4

This documentation may help you: https://world.mendix.com/pages/releaseview.action?pageId=18612412

We use Apache Cordova/PhoneGap to create a wrapper around the mobile app. It's relatively straight forward, you simply point it at your mendix app hosted on your machine or cloud and it works. Obviously you do need to download and setup the PhoneGap environment using XCode or Google Android SDK.

Regards

answered