-
Notifications
You must be signed in to change notification settings - Fork 7
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
[EN] Don't run irrelevant JS on phones #8
Comments
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open. |
Feature request / Suggestion
The webapp can be sluggish on low / mid-range phones. Prima facie, the following seem to be the culprit:
blur()
, some of which are not even supported on phones.Possible implementation
Some suggestions:
resize
event-listeners are probably not needed on phones.Other details
Self-check
The text was updated successfully, but these errors were encountered: