Accept URL and text from iOS share sheet, instead of just URL
- [x] I have searched open and closed issues for duplicates
- [x] I am submitting a bug report for existing functionality that does not work as intended
- [x] This isn't a feature request or a discussion topic
Bug description
I'm developing an iOS app that uses NativeScript's shareUrl() functionality, which leverages iOS's native sharesheet.
Apps are able to provide a URL and text to prepopulate into a message app's compose box.
For example: https://example.com Check out this app!
Signal populates only the URL into it's compose box and omits the text. Other messengers like WhatsApp or iOS Messages, include both the URL and text as intended.
Steps to reproduce
- Install NativeScript's Preview app on iPhone https://apps.apple.com/us/app/nativescript-preview/id1264484702
- Visit NativeScript's demo app for social sharing, wait for Stackblitz to load, and then scan the QR code shown. The NativeScript preview app will load and run the demo iOS application.
- Click the "Share URL" link shown in the demo app.
- The sharesheet will open. Choose Signal, then Note To Self, and then arrow to continue.
Actual result:
The URL is populated into Signal's compose box.
Expected result:
The URL and the text of Home of NativeScript should both be populated into the compose box, like in these examples:
WhatsApp:
iOS Messages
Device info
Device: iPhone 14 Pro iOS version: 17.2.1 Signal version: 6.56
Likely duplicate of #5641
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.
This issue has been closed due to inactivity.