admin管理员组文章数量:1316414
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:
- 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'})
- I click "Copy" to copy the data to the clipboard.
- 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 ;).
本文标签: navigatorHow can I paste texturl to a Flutter App from Web Share APIStack Overflow
版权声明:本文标题:navigator - How can I paste text+url to a Flutter App from Web Share API? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742002581a2411314.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论