Is there are any ambiguity while using iFrame on the mobile devices?
Does all mobile devices support iFrame.
Is there are any ambiguity while using iFrame on the mobile devices? Does all
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
For alternate you can also try jQuery Cycle if that suits your requirements.