-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated survey-analytics docs [azurepipelines skip]
- Loading branch information
1 parent
7f7dcfe
commit cbbf0ed
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Supported Browsers for SurveyJS Dashboard | ||
description: Explore the browsers compatible with the SurveyJS Dashboard library. Check our guide to ensure optimal performance and smooth survey data visualization across the supported browsers. | ||
--- | ||
|
||
# Supported Browsers | ||
|
||
## Desktop Browsers | ||
|
||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-chrome.svg" alt="Google Chrome icon"> <span>Google Chrome 100+</span> </div> | ||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-firefox.svg" alt="Mozilla Firefox icon"> <span>Firefox 100+</span> </div> | ||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-safari.svg" alt="Safari icon"> <span>Safari 15.0+</span> </div> | ||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-opera.svg" alt="Opera icon"> <span>Opera 100+</span> </div> | ||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-edge.svg" alt="Microsoft Edge icon"> <span>Microsoft Edge 100+</span> </div> | ||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-ie.svg" alt="Internet Explorer icon"> <span>Internet Explorer 11 (polyfills required)</span> </div> | ||
|
||
## Mobile Browsers | ||
|
||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-chrome.svg" alt="Google Chrome icon"> <span>Google Chrome for Android 100+</span> </div> | ||
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-safari.svg" alt="Safari icon"> <span>Safari iOS 15+</span> </div> | ||
|
||
## Polyfills for Internet Explorer 11 | ||
|
||
Internet Explorer 11 support requires the following polyfills: | ||
|
||
- <a href="https://github.com/jonathantneal/flexibility" target="_blank">Flexibility</a> | ||
- <a href="https://github.com/nuxodin/ie11CustomProperties" target="_blank">CSS Variables Polyfill</a> | ||
- <a href="http://bluebirdjs.com/docs/getting-started.html" target="_blank">Bluebird</a> (Vue 3 only) |