You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The share extension allows users to select and share text from Safari, but the shared content only includes the selected text.
There doesn't seem to be a way to attach the URL of the page from which the text was selected.
Desired Behavior:
When users select text in Safari and share it through my React Native app using this library, I would like to have the ability to include the URL of the webpage where the text was selected.
This would help provide more context to the shared text, making it easier for the app to offer better user experiences (e.g., showing the original source of the text).
Example Use Case:
User opens a Safari page.
User selects text and clicks "Share."
The React Native app receives both the selected text and the webpage URL as part of the shared content.
The app can now use the webpage URL for further actions (e.g., showing a link preview).
Questions:
Is it technically feasible to implement this feature in the current share extension implementation?
If possible, can you provide some guidance or point me to the relevant areas in the codebase that might need modifications?
The text was updated successfully, but these errors were encountered:
achorein
changed the title
Feature Request: Support for Sharing Web URL Source Along with Selected Text in Safari
[Feature Request] Support for Sharing Web URL Source Along with Selected Text in Safari
Dec 13, 2024
Current Behavior:
Desired Behavior:
Example Use Case:
Questions:
The text was updated successfully, but these errors were encountered: