WebGL not available for OW apps

We would love to have a bit of a play with WebGL, but it seems that it’s not available for OW apps.
I’ve found that enable_osr_acceleration was the key to that, but the doc says it’s no longer supported.
Can we somehow enable WebGL context in our app?

WebGL is supported for Native (Desktop) Windows.
for the in-game window, it’s a bit more problematic (performance-wise).

Make sure that disable_hardware_acceleration in your manifest is not set to true.