Cordova integration

1
Hi, I was trying to integrate a simple web application developed by mendix to cordova as explained in this URL https://world.mendix.com/pages/releaseview.action?pageId=18612423 I changed the url to the required url but all i can see was blank white screen, can someone help me on this... Btw cordova version : 3.5.0, thank you...
asked
1 answers
1

That Mx post is a bit old, as is the default project that's attached to it. You don't need the default project that Mx posted.

Create a new Cordova project from scratch (by following instructions on cordova site). Just update the assets/www/js/index.js. I changed line 36 to: window.location = "https://appurl/login-mobile.html". You probably have to do some more steps, I don't know it exactly anymore. But when you Google: "wrap URL with cordova" then you should find instructions.

answered