AdMobInCompose icon indicating copy to clipboard operation
AdMobInCompose copied to clipboard

Can not load NativeAdMediaView

Open kexuejin opened this issue 2 years ago • 1 comments

The demo can load all ads normally, but if only contains NativeAdsSection, the NativeAdMediaView can't show image slide.

// BannerAdsSection(bannerAdState = bannerAdState) // Divider( // modifier = Modifier.fillMaxWidth(), // thickness = 1.dp, // color = Color.Black.copy(0.3f) // ) // InterstitialAdsSection( // interstitialAdState = interstitialAdState, // rememberInterstitialAdState = rememberInterstitialAdState // ) // Divider( // modifier = Modifier.fillMaxWidth(), // thickness = 1.dp, // color = Color.Black.copy(0.3f) // ) // RewardAdsSection( // rewardAdState = rewardAdState, // rememberCustomRewardAdState = rememberCustomRewardAdState // ) // Divider( // modifier = Modifier.fillMaxWidth(), // thickness = 1.dp, // color = Color.Black.copy(0.3f) // ) NativeAdsSection( nativeAdState = nativeAdState, rememberNativeAdState = rememberCustomNativeAdState )

3771702131262_ pic

please help to check this issue.

kexuejin avatar Dec 09 '23 14:12 kexuejin

I have same issue. Are you fix it?

duongpt582 avatar May 11 '24 09:05 duongpt582