-
Couldn't load subscription status.
- Fork 48
Lib update and Indentation fix #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I've got a debugger stop when I'm trying to run in Android or when I'm running the activity from file:/// (basically, because we're using Cordova, running on Android means running in file:///). The error is: Look like this error is not new (tested on the previous version of Exerciser). |
|
Can't build the app, look like there is a missing module/directory:
|
|
The thumbnail update is possible but if you change something (crop, rotate, flip, ...) and cancel your change, there is now an error message in the console: The error appears also on other editor usage (not only in thumbnail) |
You can perfectly disable the serviceworker if you want. To do it, in the file index.js, you can // import registerServiceWorker from './registerServiceWorker';
import { unregister } from registerServiceWorker;
...
// registerServiceWorker();
unregister();This will make sure to clean all serviceWorker that were previously registered if any were, if not, it will just do nothing. |
|
Thanks @thingthing, @AvinashAgarwal14 could you try to remove the Service Worker and test if everything works fine without it? |
|
Nice job. |

No description provided.