floatinghotpot / cordova-plugin-flurry

Cordova plugin to support Flurry (analytics and advertisement)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android NativeAd can't scroll when start touch on AdClickArea

zckrs opened this issue · comments

The ad click area is a native view overlap the ad area in web view, only to accept user tap, driven by javascript code, it will follow the web content to scroll, but it won’t be scrollable itself.

Any workarounds ?

The user experience is weakened by this problem :-/

In the demo app, for demo purpose, all ad resources are displayed, which occupies very big area of screen.

In your app, you'd better display the ad in a smaller area, like a banner or something.

good news, it has been fixed in plugin v5.3.2.

As possible I will try this =]

The two new issues mentioned has been fixed.

  1. Scroll strange effect fixed by adjust touch location, code changes: 5453c84
  2. Tracking view ghost area fixed by minimized to 1 pixel to avoid user touch. bb02bc9

I’ve tested, please update to plugin v5.3.4.