Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何检查 html 文件中的modernizr(例如:modernizr.geolocation)是否支持设备方向。我需要检查浏览器是否支持该功能设备方向。有什么帮助吗?
尽管您需要确保您构建的 Modernizr 版本包含此功能,但您可以使用Modernizr.hasEvent('deviceOrientation')(在“非核心检测”框中包含“事件设备方向”)。
Modernizr.hasEvent('deviceOrientation')