Commit 297ed2b
authored
fix: enable Quick Look AR in third-party iOS browsers without ios-src (#5188)
The AR button stopped appearing in Chrome (and Edge/Firefox/DuckDuckGo)
on iOS unless an explicit `ios-src` was provided. Those browsers can
launch Quick Look with model-viewer's auto-generated USDZ, so the
`ios-src` requirement is unnecessary and regressed behavior that worked
in 4.2.0.
Drop the `(!IS_IOS_THIRDPARTY || this.iosSrc != null)` clause from the
quick-look mode selection. Quick Look remains disabled in the Google
Search App webview (`!IS_IOS_GSA`), where it is genuinely broken.
Fixes #51851 parent e33ab46 commit 297ed2b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments