I am experiencing a difficulty when sending messages containing URLs and extra textual content on iOS. The issue is that iOS interprets the whole message as a single clickable URL, despite the fact that the message accommodates common textual content after the hyperlink.
https://instance.com/bill Hi John, right here is your bill. It should expire on 10/10/2024. Let me know in case you have any questions.
will get transformed right into a single URL like this:
https://instance.com/invoicepercent20Hipercent20John,%20herepercent20ispercent20yourpercent20invoice.%20Itpercent20willpercent20expirepercent20onpercent2010/10/2024.%20Letpercent20mepercent20knowpercent20ifpercent20youpercent20havepercent20anypercent20questions.
Issues I’ve Tried:
- Including areas earlier than and after the URL.
- Breaking the URL onto a brand new line.
This situation solely happens on iOS 18. It really works high-quality on iOS 16.
How can I format the message or URL in order that iOS treats solely the precise hyperlink as clickable, and the remaining as common textual content?