Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
Description
This change breaks BB10 mobile-spec:
We rely on DOMContentLoaded event to fire webworksready, which in turn fires deviceready, but with the change to script loading, DOMContentLoaded fires before cordova.js is loaded.
We can try firing without DOMContentLoaded. I'm not entirely sure why this was done in the first place - it goes back to the original WW SDK.