2

很抱歉再次发布这个问题,我在 Stackoverflow 上看到了一些关于该问题的问题,但我找不到任何解决方案......

当我尝试在 Android 上使用 Phonegap 显示 iframe 时,iframe 会全屏显示,并且页面的其余部分没有任何位置。

这是代码:

索引.html

<!doctype html>
<html>
  <head>
  </head>
  <body>
    index
    <iframe src="iframe.html" width="10px" height="10px"></iframe>
  </body>
</html>

iframe.html

<!doctype html>
<html>
  <head>
  </head>
  <body>
    iframe!
  </body>
</html>

以下是一些相关主题: Phonegap HTML5 / Android App - Iframe 高度问题 https://groups.google.com/forum/#!topic/phonegap/BA35Yna2-dI

有什么解决办法吗?

我也在科尔多瓦的Jira上搜索但没有成功......

4

0 回答 0