在 Android 中从浏览器复制带有换行符的文本

发布于 2024-12-31 22:59:38 字数 73 浏览 2 评论 0原文

在我的应用程序中,用户必须从浏览器复制所需的文本并将其粘贴到文本视图。 但通过这种方式复制粘贴可以消除大部分换行符。我该如何修复它?

In my app, a user has to copy required text from browser and paste it to the textview.
But copy'n'pasting this way removes most of line breaks. How do I fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨轻弹 2025-01-07 22:59:38

如果您能够强制使用浏览器,我发现 Android 上的 Chrome 在复制和粘贴时比 Firefox 更好地保留换行符。我最近在从没有
的 HTML 页面复制源代码时遇到了这个问题(就像当文本使用

 进行格式化时一样) >)。从 Firefox 复制始终忽略换行符,但 Chrome 复制它们没有问题。

If you are able to enforce browser usage, I find that Chrome on Android preserves line breaks when copying and pasting much better than Firefox. I recently ran into this issue when copying source code from an HTML page that did not have <br />'s (as when text is formatted with <pre>). Copying from Firefox consistently ignored line breaks, but Chrome copied them without issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文