tauri-apps / tauri-docs

The source for all Tauri project documentation.
https://tauri.app
MIT License
753 stars 521 forks source link

Supported web technologies for Webview #33

Open Laegel opened 4 years ago

Laegel commented 4 years ago

Nice suggestion coming from Discord:

Perhaps someone could create a Union of the browsers that are represented by Webview? Something like: https://caniuse.com/#compare=ie+10,ie+11,edge+80,firefox+74,chrome+80

Requires investigation, definitely an important information.

Laegel commented 3 years ago

http://html5test.com/ https://developer.mozilla.org/en-US/docs/Web/API/CSS/supports https://developer.mozilla.org/fr/docs/Web/CSS/@supports

simonhyll commented 9 months ago

I don't think we can make a full on "caniuse" type of page for this in the documentation, but we can certainly add information about how to figure this sort of thing out in the docs. Tracking for 2.0 so we don't forget to bring it up somewhere.