This is the archived documentation for Doka Image Editor v6.

Please visit pqina.nl/pintura/docs/ to see documentation for the latest version of Pintura Image Editor.

Browser Support

Progressive Enhancement

Doka follows a Progressive Enhancement strategy, which means that the more modern the browser the more features are supported. It also means that we try not to bog down older browsers with modern functionality so performance is optimal on each platform.

At the time of this writing not all browsers support CSS Mask so on some browsers the rotation control might look a bit different. We are working to find a way around this without impacting the overall design and performance.

Browsers that support backdrop-filter will render a blurred out background behind button elements, this increases readability.

To keep file size to a minimum very old browsers are not supported. We can determine if a browser is supported by calling the Doka.supported() method.

Supported browsers

Doka has been successfully tested on the following browsers and devices.

Desktop

  • Firefox
  • Chrome
  • Safari
  • Edge
  • Internet Explorer 11

To support IE11 we need to add the included doka-polyfill.min.js files.

Mobile

  • Firefox Android & iOS
  • Chrome Android & iOS
  • Safari iOS

Tested on Safari iOS version 9 and higher.