Not able to setup full screen due scroll and resize events get triggered

  • - 1. Operating system (iOS) - 15
  • * 2. Mode - Landscape
  • * 3. Browser - safari
  • * 4. Device - iPhone 8 plus( issue for all device)

I updated my device (iPhone 8 plus) with latest iOS 15. When i load my application it loads in minimal view and showing address bar at top.

When i try to make my app to full screen ideally it should trigger resize event but it is triggering resize event then scroll event.

So my app resize to full screen and due to scroll down event it resets again and due to that not able to full screen

For previous iOS version events get triggered properly this issue occurred after latest OS update i.e 15

I am using this event to manage view port of all other devices.

Can we get more details why resize event is not gets triggered and scroll event get triggered manually which was not happening for previous iOS version ?

This issue is happening in Landscape mode only

Not able to setup full screen due scroll and resize events get triggered
 
 
Q