gpt4 book ai didi

javascript - 语义 UI JavaScript : how to check supported browsers?

转载 作者:行者123 更新时间:2023-12-03 07:05:32 25 4
gpt4 key购买 nike

我想检查用户的浏览器是否支持 semantic-ui 功能并在页面顶部显示错误消息,但允许用户继续使用网站。

semantic-ui 中的任何函数也可以检查当前浏览器是否能够使用语义,或者检查用户的浏览器是否有问题,例如 isSemanticUiSupportThisBrowser()

我尝试从这里 grep 源 https://github.com/Semantic-Org/Semantic-UI通过 find 。 -name "*.js"-exec grep -i 浏览器{}\; -print 但找不到任何与我想要的类似的功能。

最佳答案

据我所知,语义 UI 不提供此功能。

他们确实提供了受支持的浏览器列表。 https://github.com/Semantic-Org/Semantic-UI

Browser Support
Last 2 Versions FF, Chrome, Safari Mac
IE 11+
Android 4.4+, Chrome for Android 44+
iOS Safari 7+

检查其他主题,例如 How can you detect the version of a browser?用于浏览器嗅探。

您可以使用诸如 Modernizr ( https://modernizr.com/ ) 之类的库来代替功能嗅探,但随后您需要弄清楚您要嗅探的功能。

关于javascript - 语义 UI JavaScript : how to check supported browsers?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36843082/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com