ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

reward video have problem on X button after add listener code #458

Closed kotran88 closed 3 years ago

kotran88 commented 3 years ago

after add below code, after see reward video all and press X button on top right screen. but it's not working. also, I can't install app on reward video.

document.addEventListener(this.admobFree.events.REWARD_VIDEO_REWARD, (result) => { window.alert("reward seen") });

how can I detect user view all video except for above code.