This commit is contained in:
Peter Maquiran
2022-12-21 10:34:15 +01:00
parent 3aff9ff3bc
commit 0af70adda7
5 changed files with 43 additions and 83 deletions
+1
View File
@@ -97,6 +97,7 @@ export class HomePage implements OnInit {
this.router.events.subscribe((val) => {
document.querySelectorAll('ion-modal').forEach((e: any) => e.remove())
document.querySelectorAll('popover-viewport').forEach((e: any) => e.remove())
document.querySelectorAll('.notification').forEach((e: any) => e.remove())
});
window['platform'] = platform