9

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

4

1 回答 1

9

Ideally all mobile devices should support iFrame however situation can leads you to some known issues which are mentioned in below links.

You can put <iframe src="page-1.htm" name="test" height="120" width="600">You need a Frames Capable browser to view this content.</iframe> code in your page and test on various platform.

Following are known issues.

  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

For alternate you can also try jQuery Cycle if that suits your requirements.

于 2012-07-09T05:04:36.070 回答