Shrink issue after update mit app inventor

hi.. i am getting issue with shrink issue , my device is oneplus 115g , android 16

We know, making public...

How can we fix it?

Well, this appears to be some bug introduced with the latest release, MIT will need to investigate, if it is the case.

Just to check it is not only being caused by the keyboard appearing, if so, this is usually caused by using height percentages in your arrangements...

height percentage is in fill parent, u can check here

1234.aia (1.0 MB)

I don't know.

Maybe you can workaround with something like this:

shrink.aia (148.0 KB)

@Durgesh You can't fix it at your end, the issue is causes after sdk 36 update. You need to wait, they will fix it asap.

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.

thankyou for conformation

1 Like