在 iPhone 应用程序的 UIWebView 中嵌入离线 Dashcode 应用程序
换句话说,谁能告诉我如何创建“混合”iPhone 应用程序的基础知识?我想从本机应用程序的应用程序包加载 Web 内容(Dashcode 应用程序本身)。
我已经让它部分工作,但有些内容不会显示,否则看起来 Dashcode 假设某个 Safari 环境或我的 UIWebView 中似乎没有的东西。
谁能提供一些将 Dashcode 项目嵌入到 cocoa touch Xcode 项目中的示例代码的链接?
(我确实在谷歌上进行了一些搜索,试图找到一些东西,但我没有找到任何有价值的东西,除了一些我最终可能会购买的书,如果这种方法看起来值得的话。)
In order words, can anyone tell me the basics of how to create a "hybrid" iPhone application? I want to load the web content (the Dashcode app itself) from the native application's application bundle.
I've gotten this to partially work, but some content won't display and it otherwise seems like Dashcode is assuming a certain Safari environment or something that I don't seem to have in my UIWebView.
Can anyone provide a link to some sample code that embeds a Dashcode project into a cocoa touch Xcode project?
(I did search around Google for a bit trying to find something and I failed to come up with anything worthwhile, except for some books that I might eventually buy if the approach seems worthwhile.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
过了一会儿我在这里回答了我自己的问题。它看起来像 http://quickconnect.sourceforge.net/browser/index.html即使我实际上没有使用该框架,也会告诉我我想知道的内容。
After a while I answered my own question here. It looks like http://quickconnect.sourceforge.net/browser/index.html will show me want I want to know even if I don't actually use the framework.