移动设备上的iframe支持

Kun*_*ist 8 html mobile android windows-mobile jquery-mobile

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

Jig*_*dya 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不工作android inbuild浏览器怎么解决问题?
  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

对于备用,如果符合您的要求,您也可以尝试jQuery Cycle.

  • 对不起,jQuery Cycle到底有什么关系? (4认同)