receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Data shared in as string with different concatenating string depending on OS

Open keironwaites opened this issue 1 year ago • 0 comments

Hi. When I share from iOS (from the share icon in Amazon) the data comes in a single text value in the format '[title],[url]'. When I share from Amazon in Android it comes in a single text value in the format '[title] [url]' (space vs comma). Is there a way to receive the data in object format? {url => [url], title => [title]} ? Thank you.

keironwaites avatar Oct 16 '23 09:10 keironwaites