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 has been 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.
May this be changed ?
The text was updated successfully, but these errors were encountered:
Yes, sure. I think I have changed that locally just to allow for development and testing, but I'll take a look in the coming days to see what can change and improve.
I have just update my pull request #46 with my changes to check if uMobile is running on a Cordova/Phonegap wrapper and apply the right event listener.
Thanks for opening a ticket with uMobile app phonegap. 👍 🙇♂️
The uMobile app phonegap is no longer being actively maintained. ⛔
For alternatives we recommend the uMobile Android App and the uMobile iOS app. ✅
Thanks again for contributing to the uMobile app phonegap! ✨
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
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 thanmockLogin
.May this be changed ?
The text was updated successfully, but these errors were encountered: