Skip to content
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

black video popup showing up on IOS while loading ads #66

Open
kunaljoshi388 opened this issue Jun 21, 2022 · 0 comments
Open

black video popup showing up on IOS while loading ads #66

kunaljoshi388 opened this issue Jun 21, 2022 · 0 comments

Comments

@kunaljoshi388
Copy link

kunaljoshi388 commented Jun 21, 2022

I have tried this on Android devices and it works fine, but for iOS I am having problems.
I have a iPhone 6 device and when I try to display ads on this device the ads are showing up but along with that after few seconds a black video popup is showing up with default player controls. When I click on close button it hides the black video popup and then I can use the app. The same thing doesn't happen on Android devices or on iPad devices.

I am using below code to show the banner ads

<Banner
    adSize= {DSWPConfig.adPolicy.adSize.mediumRectangle}
    validAdSizes={[DSWPConfig.adPolicy.adSize.mediumRectangle]}
    adUnitID={item.adUnitId}
    style = {style?.adStyle}
  />

I have also tried the example project and inside it, I am facing the same issue where while loading some ads it is showing the black video player.

I have hardcoded the ads url that we are using in our project and tried to load the ads. Ads are loading but there are some types of ads which does not load and instead of the ads it loads a black video with the video controls.

Here is a video recording for the issue that I am facing: https://www.dropbox.com/s/n9fxpe2s8wbzfo9/Image%20from%20iOS.MP4?dl=0

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

No branches or pull requests

1 participant