Sharing audio file

前端 未结 7 1517
眼角桃花
眼角桃花 2020-12-03 03:48

I\'m trying to make a button for sharing an audio file. This is not working. First I tried to send the file right from my raw folder without copying it to the card of the ph

相关标签:
7条回答
  • 2020-12-03 04:40

    change this line and it will support whatsapp and other apps:

    share.setType("audio/mp3");
    

    because whatsapp does not support ("audio/*"); or ("*/*");

    0 讨论(0)
提交回复
热议问题