You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4 results (portrait-primary, landscape-primary, portrait-secondary, landscape-secondary) returned when orientation-changed.
However, phaser3 engine tests isPortrait, isLandscape with 'portrait-primary', 'landscape-primary' only (ref)
Thus it will miss 'portrait-secondary', 'landscape-secondary'. In these orientation states, isPortrait, isLandscape are return false.
Test code, rotate mobile device to change orientation
The text was updated successfully, but these errors were encountered:
Version
Description
4 results (portrait-primary, landscape-primary, portrait-secondary, landscape-secondary) returned when orientation-changed.
However, phaser3 engine tests
isPortrait
,isLandscape
with'portrait-primary'
,'landscape-primary'
only (ref)Thus it will miss
'portrait-secondary'
,'landscape-secondary'
. In these orientation states,isPortrait
,isLandscape
are returnfalse
.Test code, rotate mobile device to change orientation
The text was updated successfully, but these errors were encountered: