Skip to content

Commit 98e3487

Browse files
FarazFaraz
authored andcommitted
Merge remote-tracking branch 'refs/remotes/origin/dev'
2 parents e3b3c72 + 7c42349 commit 98e3487

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,16 @@ 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

239240
**Problem Description** : If you're having trouble loading 3D models from a URL on a real iOS device, **Lockdown Mode** might be the cause. Lockdown Mode is a security feature in iOS that restricts certain functionalities like network requests or loading embedded content to protect user data.
240241

241-
## How to Disable Lockdown Mode
242+
### How to Disable Lockdown Mode
242243
Follow these steps to disable Lockdown Mode on your device:
243244

244245
1. Open the **Settings** app on your iPhone.
@@ -251,4 +252,4 @@ Follow these steps to disable Lockdown Mode on your device:
251252

252253
## More Info
253254

254-
This package use 'Model Viewer' to render 3D models and it may have some issue in rendering some models/textures, the core of package (Model Viewer) will change in future to support all type of 3D models.
255+
This package uses Google's [model-viewer](https://modelviewer.dev) to render 3D models and it may have some issue in rendering some models/textures, the core of package (Model Viewer) will change in future to support all type of 3D models.

0 commit comments

Comments
 (0)