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 succesfully tested on the following browsers and devices.
Desktop
Tested using |
|
|
|
|
|
---|
To support IE11 we need to add the included doka-polyfill.min.js
files.
Mobile
Tested using |
|
|
|
---|
Tested on Safari iOS version 9 and higher.