Skip to content
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

Fix mobile compatibility: dictionary view won't load on mobile #64

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

oxdc
Copy link
Contributor

@oxdc oxdc commented Feb 10, 2022

On the mobile APP, it throws ReferenceError: setImmediate is not defined while loading.

As pointed out by @krnlde, setImmediate() is a non-standard feature and should be avoid in production.

@phibr0
Copy link
Owner

phibr0 commented Feb 10, 2022

Good catch! Pretty sure that was from a time where mobile wasn't available yet and since electron (and the android webview which I was testing on) both provide setImmediate it wasn't a problem.

@phibr0 phibr0 merged commit 547058c into phibr0:master Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants