Display documents using google doc viewer using iframe and jquery mobile dialog popup in Cordova 3.6
问题 I'm trying to display text documents inside google doc viewer which is inside an iframe which is then inside an jquery mobile dialog. I'm using cordova 3.6 and trying this on iOS. Here's my code so far: <div data-role="page" id="dialog"> <iframe id="myIframe" src="" style="width: 100%; height: 100%;" ></iframe> </div> <button href="foo.html" id="opener" data-rel="dialog" data-transition="pop">Open Dialog</button> the functions: <script> $(function () { $("#dialog").dialog({ autoOpen: false,