I cannot seem to get the WebGL to work on Safari no matter how many times I've toggled enable/disable the feature. It's driving me mad. Does anyone know why? I have the latest version of everything on my MacBook Pro. Thanks!
I get this error message:
I've just updated to Ventura 13.2 and Safari is Version 16.3 (18614.4.6.1.5), and still get the same error message for WebGL in Safari. Thanks!which version of MacOS on what Mac are you using?
It's the MacBook Pro 14-inch 2021.What's the model of your Mac? Is it officially supported by Ventura?
Just tried your suggestion but still getting the same error message.If you modified something in Develop menu – Experimental Features, use Reset All to Default and restart Safari.
This is the default configuration in Safari 16.3 (18614.4.6.1.5) on Ventura 13.2 (22D49)
View attachment 2153328K
Advanced
Safari preferences. Then check any WebGL related setting there. Follow that with deleting the cache and cookies (press ⌥⌘E
) of Safari.~/Library/Containers/com.apple.Safari
folder.~/Library/Caches
, and provided it is present, removing it from there may provide additional benefit.defaults read com.apple.Safari | grep -i webgl
in the terminal."WebKitPreferences.webGLEnabled" = 0;
indicates that it is disabled.defaults write com.apple.Safari WebKitPreferences.webGLEnabled 1
to enable it. You should disable all extensions, als well as proxy or vpn, and have to quit Safari before executing the terminal command(s).Hello, this is very late in replying to your post but here is the link to the page:Could you please share the link to that Chanel page so we can test it?
Thank you. I've allowed camera but still not working. This is so perplexing! Works on Chrome though.I can’t test on Ventura, but it’s working in Safari 16.6 on Monterey 12.6.8.
Make sure you have allowed chanel.com in Safari – Preferences – Websites – Camera.
View attachment 2248575