I have an iframe that I've tested successfully on a chrome's desktop browser.
When I tried to test it in iPad's Safari it was invisible. Here is my code. Are there restriction with jQuery Mobile that I may be overlooking?
- <div id="success">
- <iframe src="http://localhost/cin/index.php"
- style="border: 0; width:1124px; height:768px;">
- </iframe>
- </div>