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 放入 Sencha Touch 2 网页的面板中。我第一次使用 iframe,但尺寸很奇怪。现在想把Childbrowser插件放到一个面板里,但是不知道怎么做。请问有什么想法吗?
这不是 ChildBrowser 的工作方式。Sencha Touch 的内容位于 PhoneGap 提供的主 web 视图中。ChildBrowser 是另一个web 视图,您可以使用它在 Internet 上显示各种内容,而无需劫持您的主应用程序的 web 视图。没有办法把一个放在另一个。