adaptlearning / adapt-contrib-xapi

TinCan/xAPI extension for the Adapt Framework
GNU General Public License v3.0
12 stars 27 forks source link

Wrapping offlineStorage initialization inside a function #86

Closed cahirodoherty-learningpool closed 4 years ago

cahirodoherty-learningpool commented 4 years ago

This is to prevent loading on import. The ready state was being set to false, but depending on extension configuration may not be set to ready. ie LanguagePicker was preventing app:dataLoaded call from firing so user was faced with persistent loading screen

Deals with issue: https://github.com/adaptlearning/adapt-contrib-xapi/issues/85