diff --git a/angular/src/app/directives/download-app.directive.ts b/angular/src/app/directives/download-app.directive.ts index 0b4ebbf..df04af4 100644 --- a/angular/src/app/directives/download-app.directive.ts +++ b/angular/src/app/directives/download-app.directive.ts @@ -65,6 +65,7 @@ export class DownloadAppDirective implements OnInit { e.preventDefault(); // Stash the event so it can be triggered later. this.deferredPrompt = e; + this.el.nativeElement.style.display = 'none'; }