When the simluation device in landscape mode,the orientationChanged listener not callback

image

const session = await page.target().createCDPSession();
await session.send(‘DeviceOrientation.setDeviceOrientationOverride’,{
alpha:alpha,
beta:beta,
gamma:gamma,
});
When the gamma >90,screen should be change into landscape mode,but the orientationChanged listener not callback

When i set the gamma>90,my 3d world will rotation 90 °

Can you repro the issue in the Playground?

Pinging @RaananW

https://www.babylonjs-playground.com/#Q1VRX3#12
I use chrome’s tool to set Orientation,when the mobile device in landscape,The 3d world rotation 90°.
@Deltakosh @RaananW