Skip to content

Commit

Permalink
updated survey-analytics docs [azurepipelines skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Dec 4, 2024
1 parent 7f7dcfe commit cbbf0ed
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
{
"Name": "get-started-html-css-javascript",
"Title": "HTML/CSS/JavaScript"
},
{
"Name": "supported-browsers",
"Title": "Supported Browsers"
}
]
},
Expand Down
28 changes: 28 additions & 0 deletions docs/supported-browsers.md
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)

0 comments on commit cbbf0ed

Please sign in to comment.