Is there any ambiguity when using iFrame on mobile devices? Does all mobile devices support iFrame.
Ideally, all mobile devices should support iFrame, however, the situation can lead to some known problems, which are mentioned in the links below.
You can put the code <iframe src="page-1.htm" name="test" height="120" width="600">You need a Frames Capable browser to view this content.</iframe> on your page and test on another platform.
<iframe src="page-1.htm" name="test" height="120" width="600">You need a Frames Capable browser to view this content.</iframe>
The following are known issues.
For an alternative, you can also try jQuery Cycle if it suits your requirements.