Skip to content

Commit

Permalink
Added documentation about browser support #101 (#102)
Browse files Browse the repository at this point in the history
* Added documentation about browser support

* Reformat polyfill text
  • Loading branch information
martinsjolanders authored and PeterOrneholm committed Mar 6, 2019
1 parent a44ffdf commit 4bd610c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting-started-bankid.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,10 @@ Yes! The UI is bundled into the package as a Razor Class Library, a technique th
### Can the messages be localized?

The messages are already localized to English and Swedish using the official recommended texts. To select what texts that are used you can for example use the [localization middleware in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-2.1#localization-middleware).

### What browsers do you support?

We aim at supporting the latest version of all major browsers (Edge, Chrome, Firefox, Safari).
If you aim to support IE11, you a polyfill for some JavaScript features we are using is needed.

* [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API): https://github.com/github/fetch

0 comments on commit 4bd610c

Please sign in to comment.