Describe the bug
When clicking 'create code' while not connected to the internet, even if MakeCode has previously been loaded in the app, does not launch MakeCode.
To Reproduce
- Load MakeCode with 'create code'
- Use it
- Quit the app
- Disable connectivity /enable Airplane mode
- Open the app and choose "Create code"
- 404 page
Expected behavior
We would expect the cached version of MakeCode to load.
@microbit-carlos has debuged this in the desktop browser too - it appears our queryparameter specifying the android app (or the ?dbg=1) appears to defeat the cacheing.
@microbit-matt-hillsdon do you think this is really a MakeCode bug given the issue with the queryparam?