获取 html 代码,对其进行编辑并使用 Web 视图加载

发布于 2024-11-05 14:58:50 字数 232 浏览 1 评论 0原文

我是 iPhone 开发新手,我在显示对我的应用程序至关重要的某个网站时遇到问题。 我想要做的是显示这个网站,没有水平滚动,并且文本大小可以在不放大或缩小的情况下阅读。 据我了解,如果不弄乱 html 源代码,这是不可能的。 但我不知道如何获取它,最重要的是如何修改它以及使用哪些工具可以做到这一点。 然后我如何在我的网络视图中加载该代码。 我知道我要求太多,但我想学习如何做这些事情,我不会寻找某人为我提供现成的解决方案,而是为我指明正确的方向。

am new to the iphone development and I have a problem to display a certain site that is essential for my app.
What I want to do is to display this site with no horizontal scrolling and with a text size that can be read without zooming in or out.
As far as I understand this is impossible without mess with the html source code.
But I have no idea how to fetch it, and most importantly how to modify it and with which tools I can do that.
And then how I can load that code in my web view.
I know that I ask to much but I want to learn how to do this stuff and I don't search for someone to give me a ready solution but to point me in the right direction.

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

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

发布评论

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

评论(1

我还不会笑 2024-11-12 14:58:50

如果我正确理解你的问题,你想要渲染一个不受你控制的网站,并向其添加某些样式更改(字体大小、无滚动等)。

如果您需要的页面内容没有改变(即它是静态页面),那么这应该相当容易。您只需从 Web 浏览器将页面保存为 HTML 文件,即可从源复制代码。从那里,您可以使用您最喜欢的 HTML/CSS 编辑器进行所需的更改,然后自行托管。

如果您不想自己托管代码和/或页面是动态的,那么您将需要向我们提供更多信息才能充分回答这个问题。

If I understand your question correctly, you want to render a site which is not under your control and add certain style changes (font size, no-scroll, etc) to it.

If what you need from the page doesn't change (i.e. it's a static page), then this should be fairly easy. You simply copy the code from the source by saving the page as an HTML file from your web browser. From there, you can use your favorite HTML/CSS editor to make the changes that you need and then host it yourself.

If you don't want to host the code yourself and/or the page is dynamic then you're going to need to give us more information to adequately answer this question.

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