Commit bd399e1
Anna Gringauze
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: flutter/flutter#92567
* Update changelog1 parent 8f4de46 commit bd399e1
3 files changed
+32
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
0 commit comments