We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instructions say "pick the hack you want", but I can't figure out a way to know what a specific hack will do on which platforms.
e.g., How can I read this:
What do the * means - is this supported on Android? Which Android browsers? What does this (Or any other) hack do?
*
The text was updated successfully, but these errors were encountered:
The * is a standard wildcard character-- meaning 'everything' -- so "Chrome *" means all versions of Chrome.
Sorry, something went wrong.
No branches or pull requests
Instructions say "pick the hack you want", but I can't figure out a way to know what a specific hack will do on which platforms.
e.g., How can I read this:
What do the
*
means - is this supported on Android? Which Android browsers? What does this (Or any other) hack do?The text was updated successfully, but these errors were encountered: