How to achieve android webview functionality using Mendix Mobile app

0
My requirement is to convert an external web app to mendix mobile app. I was able to implement this using android webview but I am not sure how to implement this in mendix mobile app.   Any help on this is much appreciated
asked
1 answers
0

Mendix uses phonegap to wrap your app in a native shell. Check out the mobile section in the mendix documentation, see :

https://docs.mendix.com/refguide/developing-hybrid-mobile-apps

answered