Using model-viewer in Android app #3956
Unanswered
Kartofanych
asked this question in
Q&A
Replies: 1 comment
-
Maybe this? https://stackoverflow.com/questions/10620417/access-local-file-in-a-webview |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement this solution to see my 3d models in Android app throw webview. For me it is important to keep my 3d models locally, but when I try linking to them locally, I got this exception and model does not download: "Fetch API cannot load file:///android_asset/hey.glb. URL scheme "file" is not supported." Is there any way for me to keep them local?
Beta Was this translation helpful? Give feedback.
All reactions