You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ extension InAppWebView {
272
272
```
273
273
274
274
## Frequently Asked Questions
275
-
- **Desktop(macOS) issues** : You may experience unexpected issues in desktop(macOS) beta version.
275
+
- **Desktop(macOS) rare issues** : You may experience unexpected issues in desktop(macOS) beta version.
276
276
- **The 3D model could not load** : First check the example, if models in examples loads, may be there is problem with your model or your model path.
277
277
- **The animation list could not be retrieved** : Check if there are any special characters in the animation names that might cause a JSON encoding error.
278
278
- **The 3D model could not load from url** : It might be due to [CORS] security restrictions. The server hosting the model file *must* send appropriate CORS response headers for viewer to be able to load the file. See [google/model-viewer#1015](https://github.com/google/model-viewer/issues/1015)
0 commit comments