移动设备上的iframe支持

时间:2012-07-09 04:50:22

标签: android html mobile jquery-mobile windows-mobile

在移动设备上使用iFrame时是否有任何歧义? 是否所有移动设备都支持iFrame。

1 个答案:

答案 0 :(得分:7)

理想情况下,所有移动设备都应该支持iFrame,但是情况会导致您遇到以下链接中提到的一些已知问题。

您可以在页面中添加<iframe src="page-1.htm" name="test" height="120" width="600">You need a Frames Capable browser to view this content.</iframe>代码并在各种平台上进行测试。

以下是已知问题。

  1. iframe is not working android inbuild browser how can resolve issue?
  2. http://androidforums.com/android-applications/7101-android-browser-iframe-question.html
  3. http://www.sitepoint.com/forums/showthread.php?843814-Iphone-iframe-browser-crash-issue-anyone
  4. 对于替代方案,如果符合您的要求,您也可以尝试jQuery Cycle