MOBILE-2711 scorm: Fix SCORM disappear if tab changed

main
dpalou 2018-11-05 12:56:36 +01:00
parent 01eaffa3de
commit 9dbba4db95
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ export class AddonModScormPlayerPage implements OnInit, OnDestroy {
/** /**
* Page will leave. * Page will leave.
*/ */
ionViewWillLeave(): void { ionViewWillUnload(): void {
// Empty src when leaving the state so unload event is triggered in the iframe. // Empty src when leaving the state so unload event is triggered in the iframe.
this.src = ''; this.src = '';
} }