 shadynl Registered User |
Quote
|
2025-01-16 22:38:38 |
|
I have searched and tried several times to run my webGL game within an iframe on my website but could not get to to work. Am i missing something Here? It should be an easy Thing I thought, but several attempts so far failed.
|
 okeoke Registered User |
Quote
|
2025-01-17 09:08:47 |
|
You need to check browser console, and also network tab for errors. If you in chrome/ff press f12. Then open the page containing the iframe, and check "console" tab for the errors. Then switch to "network" tab, refresh the page (f5 or ctrl+r) and check any calls that are red. Check code and error message.
Most likely it's either a CORS issue or you specified a wrong src for the iframe.
|