nicolasbeauvais / vue-social-sharing

A renderless Vue.js component for sharing links to social networks, compatible with SSR
https://nicolasbeauvais.github.io/vue-social-sharing/
MIT License
1.39k stars 197 forks source link

SMS share problem : Android13 device can not use sms share. the body message get lost #335

Closed wg-kim closed 1 year ago

wg-kim commented 1 year ago

to share a mobile sms issue.

environment

problem

What I find

now

for Android:sms:?body=This is sms Share for IOS:sms:&body=This is sms Share

OK to android 9,11,12,12.5(api level32)

sms:?body=This is sms Share sms:?&body=This is sms Share

OK to android 13

If there is a phone number, the message not lost. (maybe android os problem ? ) sms:?09011112222?body=This is sms Share

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.