You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2017. It is now read-only.
The problem is that deviceready is only available on phonegap and for some developments purpose it can be helpful to run uMobile on a web browser (without phonegap) with setting different than mockLogin.
Hi,
It seems that if you set something different than mockLogin and you try to run the uMobile on a browser it never initialize.
After some investigations I saw this : https://github.com/Jasig/umobile-app-phonegap/blob/master/src/js/src/app.js#L329
The problem is that
devicereadyis only available on phonegap and for some developments purpose it can be helpful to run uMobile on a web browser (without phonegap) with setting different thanmockLogin.May this be changed ?