codeSessionsP2 / masimapage

masima landing page
MIT License
1 stars 2 forks source link

Browser Feature Detection / Fallback Solution #12

Open smnwndrr opened 8 years ago

smnwndrr commented 8 years ago

We should add something to detect browser features. Two possibilities:

  1. write a small script to detect features like js
  2. incorporate modernizr into our project
mxklb commented 8 years ago

ok, but maybe we should provide this later on, after launching in January, what do you think?

mxklb commented 8 years ago

Audio playing also requires js and html5 audio tag. so therefore this would be nice to detect (tbd).

As fallback a simple link to soundcloud will be displayed ;)

mxklb commented 8 years ago

Maybe the #16 iPhone / cross platform transform could benefit from a detection as well ..

https://github.com/Modernizr/Modernizr/issues/762

mxklb commented 7 years ago

This issue shall address fall back solutions for general CSS3, HTML5 and JS features we use. There may be additional issues for each feature we use in the actual code - but we could also just join them here within this issue here (tbd). At least we shall list all parts of the code which could benefit from a feature detection. Doing so we'll get a good picture of what needs to be done to sufficiently select and use a tool like modernizer.