cconard96 / glpi-screenshot-plugin

Take a screenshot or screen recording directly from GLPI and attach it to a ticket, change or problem
GNU General Public License v2.0
5 stars 0 forks source link

Expand compatibility with polyfills #7

Closed cconard96 closed 3 years ago

cconard96 commented 3 years ago

Investigate polyfills to add functionality to more browsers/platforms in lieu of proper browser support. So far, native support only seems to exist in desktop version of Chrome/Chromium. An ideal target would be to support the same desktop browsers as GLPI itself. If possible (not likely) this should be supported on the mobile versions of the browsers as well.

In the desktop version of Firefox, we should just need an ImageCapture polyfill. This is a good place to start.

cconard96 commented 3 years ago

resolved by #11 without polyfills.