floatinghotpot / cordova-plugin-flurry

Cordova plugin to support Flurry (analytics and advertisement)
MIT License
19 stars 13 forks source link

Interstitial banner functionality on android seems unstable #17

Open AndersBillLinden opened 9 years ago

AndersBillLinden commented 9 years ago

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 commented 9 years ago

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