-
Notifications
You must be signed in to change notification settings - Fork 3
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
Banner view content not displayed after back navigation #10
Comments
@Darkos-den Hello! |
@Darkos-den Hi! Can you attach logs from Appodeal SDK? |
Same problem.. Any solution? |
@da2gl When returning from another screen, the library does not generate any logs. As far as I understand, the library considers that the banner has already been initialized and because of this it is not rendered. |
@marcos93net I made a small hack to solve this issue - every time I return from another screen, I change the state for some object that I use to draw the banner. Page widget:
AdUtil:
App widget:
This is a rather dirty solution, but so far I have not come up with anything better. |
Is there any update. I'm using version 3.0.0 and this issue is still alive |
@phamanhminh1208 @Darkos-den Hello! |
Hello, same problem for me.
I hope the sample screencast and code snippet will help. Here's the sample code to reproduce the issue.
|
Used @Darkos-den as inspiration. (dirty solution--) Then you just call AdAdaptiveBanner()
|
Steps for reproducing:
Expected result: banner view content displayed normally;
Actual result: banner view content not displayed;
The text was updated successfully, but these errors were encountered: