floatinghotpot / cordova-plugin-flurry

Cordova plugin to support Flurry (analytics and advertisement)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interstitial banner functionality on android seems unstable

AndersBillLinden opened this issue · comments

prepareInterstitial with autoShow: false will show a loader on android over the whole screen. We do not expect any visual output in this stage.

showInterstitial may or may not crash the whole app, an interstitial banner will never show.

On IOS, this bug do not exist.

Seems like crashing comes from trying to set a view where there already is one, must call removeView first.