Reputation: 11
When I copy data (with text, title and url) using the Web Share API (from public websites) and I paste it in a TextField on Flutter - it pastes only the text.
If I paste it in other apps (like WhatsApp or Telegram I gets text + url).
What I do:
navigator.share({ url:'https://google.it', text:'TEXT', title:'TITLE'})
(If you want to execute it on your browser just paste the following text on the search bar)
javascript:navigator.share({ url:'https://google.it', text:'TEXT', title:'TITLE'})
Upvotes: 1
Views: 38