Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想向 Childbrowser 窗口发送一个 URL。但是将其全部隐藏在页面之外,我需要进行哪些更改才能发生这种情况?
虽然很受诱惑,但我不会问为什么?!?但是缺乏用处......无论如何,你不能。您可能必须自定义 ChildBrowser 的代码以不显示 webview,但我有点怀疑它会加载任何内容。
我对Objective-C不精通/不感兴趣,所以无法提供进一步的帮助。但是,如果您只需要不可见地加载页面,为什么不进行 JSONP 调用呢?
编辑:
我查看了 ChildBrowser 的 iOS 源代码,其中有一行webview.hidden=NO;可以更改为 ... YES。但是,您必须添加一些代码以提供稍后显示 web 视图。
webview.hidden=NO;
YES