opencaching / opencaching-pl

The source code of Opencaching.PL (and some other domains)
https://opencaching.pl/
GNU General Public License v3.0
22 stars 33 forks source link

Start using Modernizr - feature suggestion #2284

Open rapotek opened 3 years ago

rapotek commented 3 years ago

It appears OCPL users work using a variety of OS and browsers and there were, there are and there will be complaints that a client-side update or feature does not work correctly, while even now browsers complain that f.ex. some CSS elements are not supported. Therefore I suggest to gradually start using a Modernizr library to make possible moving forward with new features and still make available older ones for not up-to-date users.

I am not fluent in Modernizr, I know it mostly in theory, but what I have read it is a powerful and flexible tool for such uses.

andrixnet commented 2 years ago

Would this have implications on the hosting server side?

rapotek commented 2 years ago

It is a JavaScript library that runs on the client side, so as far as I know it should have no implications on the server side.