将本地 HTML 代码注入 iPhone Phonegap webapp

发布于 2024-12-27 14:35:51 字数 228 浏览 1 评论 0原文

我有一些 HTML 代码,仅在需要时才将其注入到主 HTML 文档中。 (首先阻止此代码有望使应用程序加载速度更快)因为它是phonegap包装的,我猜文件在设备上本地运行,并且解决方案必须处理这个问题。

这样做的最佳方法是什么? XMLHttpRequest 能否在 iPhone Phonegap 应用程序中本地工作?哪种方法最快?

最理想的是,我希望该方法有一个事件或一种方法来确定代码何时完全完成加载。

I've got a bit of HTML code that I'd like inject into a main HTML-document only when needed. (Holding off this code at first will hopefully make the app load up faster) Since, it's phonegap-wrapped I guess the files run locally on the device and the solution must cope with that.

What's the best way of doing this? Will an XMLHttpRequest work locally in an iPhone Phonegap app? Which method is the fastest?

Optimally, I would like the method to have an event or a way to determine when the code has completely finished loading..

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

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

发布评论

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

评论(1

锦爱 2025-01-03 14:35:51

请记住将您的 url 添加到 Phonegap.plist 以使用跨域,在“ExternalHosts”字段上只需添加一个值为“http://your_api_site”或直接“*”的项目。

Remember to add your url to the Phonegap.plist to use cross-domain, on the field ExternalHosts just add an item with value "http://your_api_site" or directly "*".

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