mikespub-org / seblucas-cops

Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
http://blog.slucas.fr/en/oss/calibre-opds-php-server
GNU General Public License v2.0
55 stars 7 forks source link

Use browscap-php to detect JavaScript supported version #63

Closed dunxd closed 9 months ago

dunxd commented 9 months ago

See #62 for background.

Currently COPS is searching the user agent string to determine which browsers to send to server-side rendering.

A better approach might be to check browser capabilities, which can be done in a couple of ways: JavaScript client side check JavaScript run inside a Githubissues.

  • Githubissues is a development platform for aggregating issues.