iFrame does not display on iPad

iFrame does not display on iPad

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?
  1. <div id="success">
  2.   <iframe src="http://localhost/cin/index.php"
  3.         style="border: 0; width:1124px; height:768px;">
  4.   </iframe>
  5. </div>