-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edgetoedge full screen ad issue #779
Comments
Use it like this and this problem will be solved...... if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.VANILLA_ICE_CREAM){
|
The app is only Compose code :/ |
Reported here about all full-screen-ads and ads-inspector, and also a workaround: https://www.reddit.com/r/androiddev/comments/1hlctq1/google_pushes_for_edgetoedge_on_android_15_but/ |
setOnApplyWindowInsetsListener applies to the current activity that we are using. Your suggestion is good, but the ad visual is a separate activity that overlays the app's activities.
By default, this screen is used, but its theme cannot be changed from the manifest. |
@rohitraj-khorwal But I've reproduced it and it's different when using the workaround I've suggested. Perhaps you are using more ad-sources for Admob mediation, and then you don't notice it. For example, I've collected these (but I don't use them for now, as it's too many):
|
when showing a full screen ads, there's an issue with the ad, it's cut out for devices that have the cut out
The text was updated successfully, but these errors were encountered: