dart /
webdev /
bd399e11e6fcc743cea4bc10f4e5b4cda8342947 Use window.navigator.vendor to detect chromium-based browsers (#1449)
* Use window.navigator.vendor to detect chromium-based browsers
Previously we used `window.navigator.userAgent` to detect if the
browser is chromium-based, but that detection fails during iphone
simulation in chrome or egde.
Change the detection to use `window.navigator.vendor` instead.
CLoses: https://github.com/flutter/flutter/issues/92567
* Update changelog
3 files changed