This commit is contained in:
tiago.kayaya
2021-10-18 17:10:33 +01:00
parent dc45e49f58
commit 2f4c8eeddf
6 changed files with 15 additions and 13 deletions
@@ -56,6 +56,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
mesageItemDropdownOptions: boolean = false;
scrollToBottomBtn = false;
longPressActive = false;
frameUrl: any;
constructor(
public popoverController: PopoverController,
@@ -248,7 +249,8 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
}
else{
let fullUrl = "https://www.tabularium.pt" + url;
this.fileService.viewDocumentByUrl(fullUrl);
this.frameUrl = fullUrl;
//this.fileService.viewDocumentByUrl(fullUrl);
}
}