最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

navigator - How can I paste text+url to a Flutter App from Web Share API? - Stack Overflow

programmeradmin2浏览0评论

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:

  1. I use the Web Share API executing this snippet.
navigator.share({ url:'', 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:'', text:'TEXT', title:'TITLE'})
  1. I click "Copy" to copy the data to the clipboard.
  2. I paste it in a TextField in my Flutter app and it pastes only "TEXT" without the url (if I paste it to other apps I gets "TEXT ;).
发布评论

评论列表(0)

  1. 暂无评论