选择DOMRange修改/添加现有WebView中的内容

发布于 2024-10-23 23:17:40 字数 301 浏览 1 评论 0原文

我的要求是这样的 我的视图中有一个 WebView 控件 我将从其他来源获取数据并需要在 WebView 中显示,它可以是图像或任何其他标记数据,

据我所知以编程方式插入内容,我应该使用下面的方法,

[pWebView replaceSelectionWithMarkupString:@"<html><body><p>Hi there </p></br></body></html>”];

亲切的问候
罗汉

My requirement is like that,
I have a WebView control in my view
i will be getting data from some other source and need to display in the WebView, it could be an image, or any other Markup data,

As i know to insert the content programmatically, i should use the method below,

[pWebView replaceSelectionWithMarkupString:@"<html><body><p>Hi there </p></br></body></html>”];

Kind Regards
Rohan

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

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

发布评论

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

评论(1

贪恋 2024-10-30 23:17:40

WebView动态插入/修改内容

解决了上述答案中建议的方式

WebView Insert / Modify Content dynamically

Solved the way suggested in above answer

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