Skip to content

Commit 335345b

Browse files
FarazFaraz
authored andcommitted
v2.0.1--fix Android-iOS example permissions, updateReadme
1 parent c53d528 commit 335345b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,10 @@ Modify the `<head>` tag of your `web/index.html` to load the JavaScript, like so
230230
```
231231

232232

233-
## Common Issues
234-
- **The 3D model does not display** : First check the example, if models in examples loads, may be there is problem with your model or your model path.
233+
## Frequently Asked Questions
234+
- **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.
235235
- **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.
236+
- **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]
236237

237238
## Not working with a url on a real iOS device?
238239

0 commit comments

Comments
 (0)