question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on adViewDidClick when clicking on Banner Ad

See original GitHub issue
<BannerView
    type="standard"
    placementId="*****************"
    onClick={() => console.log('click')}
    onError={(err) => console.log('error', err)}
/>
screen shot 2017-02-07 at 10 17 52 pm

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
grabboucommented, May 22, 2017

You should define onPress instead of onClick. The error is because there’s no handler defined for the event.

0reactions
tiendqcommented, May 23, 2017

@7kfpun I just install everything today, first time for this app.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix error messages with Uploaded ads - Google Ads Help
When uploading creatives in Google Ads, you may receive an error message. ... New File dialog, where you can click AMPHTML banner to...
Read more >
Banner Ads - Audience Network - Meta for Developers
This guide explains how to add banner ads to your app. ... Log("Banner failed to load with error: " + error); }); adView....
Read more >
Cannot align Facebook audience banner to the bottom
I'm Facing a problem with adView.Show(100); cannot align it to the bottom of the screen. I tries put inside UI Canves element align...
Read more >
YMAAdViewDelegate Protocol Reference - Yandex
com.yandex.mobile.ads.instream.player.ad.error ... Notifies that the app will become inactive now because the user clicked on the banner ad and is about to ...
Read more >
How to use Facebook Audience in Xamarin Forms - MSDN
WriteLine("FACEBOOK ADS ERROR: " + errorMessage); //Settings.FbAdsError = errorMessage ... WriteLine("Banner ad did finish click handling.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found