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

Document a way to detect faulty 3D support #170

Open
FagnerMartinsBrack opened this issue Dec 20, 2014 · 0 comments
Open

Document a way to detect faulty 3D support #170

FagnerMartinsBrack opened this issue Dec 20, 2014 · 0 comments

Comments

@FagnerMartinsBrack
Copy link

One may want to use advanced 3d features (like data-z, rotate-x and rotate-y) which are fully supported for some devices, but not supported in others. In this case it is wise to delegate the support condition to the developer, who knows better which features his target devices support relative to the presentation he created. If it doesn't support, just fail gracefully.

Currently the browser support is hard-coded into the core, but there should be a way to expose the support as an API to be able to extend or override it.

The idea is to detect faulty 3D support by user agent sniffing in a per use-case basis.

It would also prevent this kind of problem: #164 (comment)

Maybe something to be done along with #158?
Thoughts?

@FagnerMartinsBrack FagnerMartinsBrack changed the title Document method to detect faulty 3D support Document an way to detect faulty 3D support Dec 20, 2014
@FagnerMartinsBrack FagnerMartinsBrack changed the title Document an way to detect faulty 3D support Document a way to detect faulty 3D support Dec 20, 2014
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

No branches or pull requests

1 participant