EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 905 forks source link

ios 15 and 16 share file problem #1211

Open gmoraiz opened 1 year ago

gmoraiz commented 1 year ago

Hello, when I try to share a text file an error occurs, where the share sheet does not appear for me. Sometimes it happens that it appears the first time, but the second time it no longer appears. Then the following print error occurs.

Below is the dataURL I am trying to share: df:CINPAL_27-ABR-2023_01-26-01.txt;data:text/plain;base64,Q2F0w6Fsb2dvIENpbnBhbCAgLSAgQ2FycmluaG8KMjctQUJSLTIwMjMgMDE6MjY6MDEKCkNvZC5DbGllbnRlOiAxNTMKRW1wcmVzYTogICAgIG1wcmVzYSAgICAgCk5vbWU6ICAgICAgICBub21lClRlbGVmb25lOiAgICAxMyA5IDkxNjA2Nzg3CkUtTWFpbDogICAgICBtc0BnbWFpbC5jb20KCgpDw5NESUdPOiAgICAgMDMtMzUtMDAwMgpERVNDUknDh8ODTzogIENhaXhhIFNhdMOpbGl0ZSBDb21wbGV0YSAoZml4YcOnw6NvOjE0IG1tKQpRVUFOVElEQURFOiAxIAotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCkPDk0RJR086ICAgICAwMy0zNS0wMDAzCkRFU0NSScOHw4NPOiAgQ2FpeGEgU2F0w6lsaXRlIENvbXBsZXRhIChmaXhhw6fDo286MTQgbW0pClFVQU5USURBREU6IDEgCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0=

image