Skip to content

[SDK-337] Auto hide status bar flag for in-app messages fullscreen#988

Open
franco-zalamena-iterable wants to merge 3 commits intomasterfrom
SDK-337-in-app-close-button-position
Open

[SDK-337] Auto hide status bar flag for in-app messages fullscreen#988
franco-zalamena-iterable wants to merge 3 commits intomasterfrom
SDK-337-in-app-close-button-position

Conversation

@franco-zalamena-iterable
Copy link
Contributor

@franco-zalamena-iterable franco-zalamena-iterable commented Feb 10, 2026

🔹 Jira Ticket(s) if any

✏️ Description

We had a problem with fullscreen in-app messages, some clients were getting the close button behind the status bar and losing the ability to close the message.
The flag FLAG_FULLSCREEN was just making the content appear under the status bar but blocking clicks and obstructing the view.

The new behavior is to match what the app itself is using, so if the app is "edge-to-edge" the in-app will display accordingly.

If it is an app respecting system bars, the in-app will also do the same.

The core change is that before we were calculating the real size of the window and making the in-app that size, then applying FLAG_FULLSCREEN to make the content show behind the status bar, but since both FLAG_FULLSCREEN and STATUS_BAR_TRANSLUCENT are deprecated they were not getting the correct behavior out of it and the content was just shown behind the status bar

@franco-zalamena-iterable franco-zalamena-iterable force-pushed the SDK-337-in-app-close-button-position branch from 79b5978 to 44f314a Compare February 24, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant