by Anonymous » 04 Sep 2025, 23:12
Ich habe eine ionische Winkel -App und muss eine .gpx -Datei über Google Mail oder WhatsApp teilen. Es funktioniert reibungslos über Google Mail. Auch über WeChat, aber nicht über WhatsApp.await Share.share({
title: this.translate.instant('ARCHIVE.TITLE'),
text: this.translate.instant('ARCHIVE.TEXT'),
files: [uri.uri], // public file path
dialogTitle: this.translate.instant('ARCHIVE.DIALOG_TITLE'),
});
< /code>
und funktioniert mit Google Mail und WeChat, aber nicht mit WhatsApp. Ordner mit Kondensator/Dateisystem, 2) Ich erhalte die Dateien URI mit demselben Plugin und 3) Ich teile die Dateien mithilfe von Cordova Social-Sharing. Trotzdem funktioniert die Methode nicht für .gpx (XML) -Dateien
Ich habe eine ionische Winkel -App und muss eine .gpx -Datei über Google Mail oder WhatsApp teilen. Es funktioniert reibungslos über Google Mail. Auch über WeChat, aber nicht über WhatsApp.await Share.share({
title: this.translate.instant('ARCHIVE.TITLE'),
text: this.translate.instant('ARCHIVE.TEXT'),
files: [uri.uri], // public file path
dialogTitle: this.translate.instant('ARCHIVE.DIALOG_TITLE'),
});
< /code>
und funktioniert mit Google Mail und WeChat, aber nicht mit WhatsApp. Ordner mit Kondensator/Dateisystem, 2) Ich erhalte die Dateien URI mit demselben Plugin und 3) Ich teile die Dateien mithilfe von Cordova Social-Sharing. Trotzdem funktioniert die Methode nicht für .gpx (XML) -Dateien