Wie kann ich eine Datei über WhatsApp mit meiner ionischen Winkel -App auf Android teilen?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wie kann ich eine Datei über WhatsApp mit meiner ionischen Winkel -App auf Android teilen?

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

Top