Shrink issue after update mit app inventor

quote="Durgesh, post:1, topic:175597"]
getting issue with shrink issue , my device is oneplus 115g , android 16
[/quote]

@jis

Opening the keyboard should not turn Fixed mode into effectively Responsive mode.

References

SDK 36 update commit:

Form.java:

AppInventorCompatActivity.java:

Original community issue:

I would appreciate it if someone from the App Inventor team could verify this interaction between the new SDK 36 WindowInsets handling and the existing onGlobalLayout() scaling workaround.

In my opinion, the safest design for Android 15+ is:

WindowInsets/IME should change the available form dimensions, but should not change the Fixed-mode compatibility scaling factor.