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

automatic browser feature detection #19

Closed
jodeleeuw opened this issue Jan 24, 2014 · 2 comments
Closed

automatic browser feature detection #19

jodeleeuw opened this issue Jan 24, 2014 · 2 comments

Comments

@jodeleeuw
Copy link
Member

In theory, jsPsych should be able to know if a browser is capable of running a particular experiment automatically.

Each plugin should have a custom feature detection routine to check for features that are relevant to that plugin. The core library can then have a method that runs the feature detection routines of all loaded plugins, so that all the programmer has to do is something like:

jsPsych.checkCompatibility()

More info here: http://learn.jquery.com/code-organization/feature-browser-detection/

@jodeleeuw
Copy link
Member Author

More here as well: http://jibbering.com/faq/notes/detect-browser/

@jodeleeuw
Copy link
Member Author

See #2209

@jodeleeuw jodeleeuw moved this from To do to Done in MOSS milestone 4 Nov 27, 2021
@jodeleeuw jodeleeuw removed this from the 7.2 milestone Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant