You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/05 08:58:48 UTC

[GitHub] JoshTor opened a new issue #453: No inertial scroll on iOS with facebok plugin page

JoshTor opened a new issue #453: No inertial scroll on iOS with facebok plugin page
URL: https://github.com/apache/cordova-ios/issues/453
 
 
   Hi, i have an app which displays a Facebook content page with the Facebook plugin page.
   
   On iOS, there is no inertial scrolling and i need it. I use Cordova 2.2 with Framework7 2.2.1.
   
   There is the html who display it :
   
   ```
   <div id="facebook" class="page-content tab tab-link">
         <iframe src="https://www.facebook.com/plugins/page.php?href=*thereIsTheValidHref*&tabs=timeline&width=340&height=500&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=false&appId" width="340" height="500" style="border:none;overflow:hidden;display:block;margin-left:auto;margin-right: auto" scrolling="yes" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>
          <div class="block text-align-center">
                    <div class="preloader color-blue "></div>
           </div>
   </div>
   ```
   The iframe is well displayed. I saw that is possibly the inertial sroll on iframe with safari wich is a problem but I do not really know if it comes from cordova.
   It can ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org