Hello friends ?
I have a problem in this library
FirebaseAdMob v1.6
When an " InterstitialAd" is displayed and the user clicks on it
The user is directed to a link outside the program
So far no problem
But
When the user returns to the program, the ad is still open !!
And the user must exit "InterstitialAd" or press the back button
I expect when the user clicks on an ad (first the ad closes) then the link is redirected.
Why ?
Because there is no need to re-display an ad clicked by the user
and
Which both reduces the quality of the show and makes it double click
I think this is a bug in this library
Proposal :
We see that when user click on an ad
The following message is displayed in the Log section
"" sending message to waiting queue (interstitialad1_adleftapplication) ""
I think the ads should be closed in this section as well, which is not the case
Thanks
I have a problem in this library
FirebaseAdMob v1.6
When an " InterstitialAd" is displayed and the user clicks on it
The user is directed to a link outside the program
So far no problem
But
When the user returns to the program, the ad is still open !!
And the user must exit "InterstitialAd" or press the back button
I expect when the user clicks on an ad (first the ad closes) then the link is redirected.
Why ?
Because there is no need to re-display an ad clicked by the user
and
Which both reduces the quality of the show and makes it double click
I think this is a bug in this library
Proposal :
We see that when user click on an ad
The following message is displayed in the Log section
"" sending message to waiting queue (interstitialad1_adleftapplication) ""
I think the ads should be closed in this section as well, which is not the case
Thanks