send sms link with body is not working
Closed this issue · 2 comments
bulletproof-coding commented
Checklist
- I can reproduce the bug with the latest version given here.
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
- I have read and understood the contribution guidelines.
Affected app version
1.0.1
Affected Android/Custom ROM version
Android 12 on volla os
Affected device model
Volla phone x
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
Open a link from a web browser that looks like this
<a href="sms:+19725551212?body=hello%20there">SMS Me</a>
https://stackoverflow.com/a/4788064
It will give error because there are leters in the link.
On normal android device this link works.
Expected behavior
It should open a new message with the body/text " hello there" and the recipient should be "+19725551212"
Actual behavior
It opens a new message with recipient the whole link and message like in the pictures
Screenshots/Screen recordings
Additional information
No response
naveensingh commented
It should be fixed in the next update.
bulletproof-coding commented
@naveensingh thank you.