cordova-plugin-flurry icon indicating copy to clipboard operation
cordova-plugin-flurry copied to clipboard

Interstitial banner functionality on android seems unstable

Open AndersBillLinden opened this issue 10 years ago • 1 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.

AndersBillLinden avatar Jan 21 '15 10:01 AndersBillLinden

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

AndersBillLinden avatar Jan 21 '15 10:01 AndersBillLinden