Title: PDF on iphone cannot scroll
Last modified: August 21, 2016

---

# PDF on iphone cannot scroll

 *  Resolved [replybots](https://wordpress.org/support/users/replybots/)
 * (@replybots)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/pdf-on-iphone-cannot-scroll/)
 * Hi,
 * I am using this plugin. It works well for all. but when using iphone the plugin
   does not allow for scrolling. So the PDF is stuck at page 1. If there is no solution,
   how to do I disble the PDF plugin for mobile devices?
 * [http://wordpress.org/plugins/easy-fancybox/](http://wordpress.org/plugins/easy-fancybox/)

Viewing 1 replies (of 1 total)

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/pdf-on-iphone-cannot-scroll/#post-4043939)
 * You can disable FancyBox for small screen devices by adding this code in a text
   widget or in the themes footer.php:
 *     ```
       <script type="text/javascript">
       var pixelRatio = window.devicePixelRatio || 1;
       if(window.innerWidth/pixelRatio < 641 ) {
         easy_fancybox_handler = null;
       };
       </script>
       ```
   
 * Modify the value 641 to target larger or smaller screens.

Viewing 1 replies (of 1 total)

The topic ‘PDF on iphone cannot scroll’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

## Tags

 * [iphone](https://wordpress.org/support/topic-tag/iphone/)
 * [pdf](https://wordpress.org/support/topic-tag/pdf/)
 * [scrolling](https://wordpress.org/support/topic-tag/scrolling/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/pdf-on-iphone-cannot-scroll/#post-4043939)
 * Status: resolved