Iframe Scrollen iOS 8

Habe ich ein iframe, und ich brauche es, um ein scrolling overflow. es scheint, funktionieren im desktop habe ich eine Arbeit, um zu machen es funktioniert in iOS. es funktioniert auf android und iOS jetzt. jedoch, iOS8, versagt er.

    <html>
    <body>
    <style type="text/css">
      .scroll-container {
       overflow: scroll;
       -webkit-overflow-scrolling: touch;
      }
     #iframe_survey {
      height: 100%;
     }

    .scroll-container {
     height: 100%;
     width: 100%;
     overflow: scroll;
     }
   </style>

   <div class="scroll-container scroll-ios">
   <iframe id="iframe_survey" src="www.iframe.com" style="border:0px #FFFFFF none;" name="myiFrame" frameborder="0" marginheight="0px" marginwidth="0px" width="100%"></iframe>
   </div>
   </body>

InformationsquelleAutor der Frage Adrian Mojica | 2014-09-25

Schreibe einen Kommentar