Hello colleagues,
I did the following, with PlatformInfo object type:
Event:
System -> Every tick
Action: Set canvas size -> Width: PlatformInfo.WindowInnerWidth; Height: PlatformInfo.WindowInnerHeight
Fullscreen mode: Off
After running on Windows 10, Chrome, every tick the canvas adapts well to the free space after every window resizing. Also,it adapts well after iPhone 11 Pro rotation (portrait to landscape and vice versa).
The problem arises after screen rotation on iPhone 6s, when the canvas covers only about half of the screen. iPhone 6s has the latest software (iOS 13.6).
Did i miss something or is this a bug?