Is there are any ambiguity while using iFrame on the mobile devices? Does all mobile devices support iFrame.
Asked
Active
Viewed 3.5k times
1 Answers
10
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.
- iframe is not working android inbuild browser how can resolve issue?
- http://androidforums.com/android-applications/7101-android-browser-iframe-question.html
- 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.

Community
- 1
- 1

Jigar Pandya
- 6,004
- 2
- 27
- 45
-
4Sorry, how exactly is jQuery Cycle relevant? – Adam Jensen Oct 29 '14 at 00:40