This commit is contained in:
Peter Maquiran
2022-09-23 11:34:38 +01:00
5 changed files with 698 additions and 315 deletions
@@ -42,6 +42,7 @@ import { File } from '@awesome-cordova-plugins/file/ngx';
import { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';
import { Filesystem, Directory } from '@capacitor/filesystem';
const IMAGE_DIR = 'stored-images';
@Component({
@@ -1019,6 +1020,8 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.downloadFileFromBrowser("file", str)
this.downloadFileFromBrowser(msg.attachments[0].name, str)
this.downloadFileFromBrowser(msg.attachments[0].name, str)
}
} else {