disable two finger scrolling on ipad

Adrian

I recently took on a site where there is an issue with the Ipad, it seems to only scroll vertically with 2 fingers, not one, is there any way to disable this and allow it to work normally, I'm unsure what to include but here is my css...

#page {
    margin :0 auto; 
    width: 1003px; 
    -webkit-overflow-scrolling: touch;
}  

html[style] { 
    height: auto !important; 
    position: relative !important; 
    overflow: visible !important; 
    -webkit-overflow-scrolling: touch;
}

body[style] { 
    height:auto !important; 
    min-height: 0px !important; 
    position: relative !important; 
    overflow: visible !important; 
    -webkit-overflow-scrolling: touch;
} 
Adrian

I had originally thought my answer wouldnt be relevant or too far a stretch from the problem so i had left it in the comments. I was going to delete the question but some people seem to benefit from the answer so here is the comment...

I had a jquery.ui.touch.js file on the site preventing a vertical scroll. The issue is now resolved

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Disable iPad horizontal scrolling

From Dev

Disable iPad horizontal scrolling

From Dev

XServer touchscreen one finger instead of two finger scrolling

From Dev

Two-Finger Scrolling in LXDE (Ubuntu 12.10)

From Dev

Two-Finger Scrolling in LXDE (Ubuntu 12.10)

From Dev

Linux Mint 12 two finger scrolling

From Dev

Two finger scrolling causes icon to get stuck

From Dev

Two finger scrolling stopped working suddenly

From Dev

Force two finger scroll for UITableView but disable one finger scroll

From Dev

Force two finger scroll for UITableView but disable one finger scroll

From Dev

Enable BOTH edge scrolling and two-finger scrolling for touchpad

From Dev

Enable both: two finger scrolling and edge scrolling permanently

From Dev

Enable BOTH edge scrolling and two-finger scrolling for touchpad

From Dev

Enable both: two finger scrolling and edge scrolling permanently

From Dev

Disable two-finger swipe on Firefox

From Dev

Are there other gestures for the Synaptics Touchpad besides two-finger scrolling?

From Dev

Are there other gestures for the Synaptics Touchpad besides two-finger scrolling?

From Dev

two finger scrolling causing a right click (ubuntu 15.04)

From Dev

How to reverse the direction of Touchpad two-finger scrolling in Wayland Gnome?

From Dev

How do I enable horizontal two-finger scrolling on Deepin?

From Dev

Two Finger Scrolling not detected on an Inspirion 2-in-1 with Ubuntu 20.04

From Dev

iOS infinitely deeply nested TableView/UIGestureRecognizer view tree AND iPAD requires 2 finger scrolling on a tableview

From Dev

Safari - IPAD - Disable bounce (no scroll) without -webkit-overflow-scrolling

From Dev

Safari - IPAD - Disable bounce (no scroll) without -webkit-overflow-scrolling

From Dev

How to disable scroll / scrolling on iOS devices (iPad, iPhone, Mac) with user-controlled toggle (enable / disable)

From Dev

How to enable Two finger scrolling on Lenovo Thinkpad T400/W540

From Dev

How to enable Two finger scrolling on Lenovo Thinkpad T400/W540

From Dev

Two-finger scrolling not working on Ubuntu 18.04 and Ryzen 5 Pro 2500U Dell Latitude 5495

From Dev

No natural scrolling or two-finger right click option in gui and dconf editing not working - Ubuntu 20.04 with Unity desktop

Related Related

  1. 1

    Disable iPad horizontal scrolling

  2. 2

    Disable iPad horizontal scrolling

  3. 3

    XServer touchscreen one finger instead of two finger scrolling

  4. 4

    Two-Finger Scrolling in LXDE (Ubuntu 12.10)

  5. 5

    Two-Finger Scrolling in LXDE (Ubuntu 12.10)

  6. 6

    Linux Mint 12 two finger scrolling

  7. 7

    Two finger scrolling causes icon to get stuck

  8. 8

    Two finger scrolling stopped working suddenly

  9. 9

    Force two finger scroll for UITableView but disable one finger scroll

  10. 10

    Force two finger scroll for UITableView but disable one finger scroll

  11. 11

    Enable BOTH edge scrolling and two-finger scrolling for touchpad

  12. 12

    Enable both: two finger scrolling and edge scrolling permanently

  13. 13

    Enable BOTH edge scrolling and two-finger scrolling for touchpad

  14. 14

    Enable both: two finger scrolling and edge scrolling permanently

  15. 15

    Disable two-finger swipe on Firefox

  16. 16

    Are there other gestures for the Synaptics Touchpad besides two-finger scrolling?

  17. 17

    Are there other gestures for the Synaptics Touchpad besides two-finger scrolling?

  18. 18

    two finger scrolling causing a right click (ubuntu 15.04)

  19. 19

    How to reverse the direction of Touchpad two-finger scrolling in Wayland Gnome?

  20. 20

    How do I enable horizontal two-finger scrolling on Deepin?

  21. 21

    Two Finger Scrolling not detected on an Inspirion 2-in-1 with Ubuntu 20.04

  22. 22

    iOS infinitely deeply nested TableView/UIGestureRecognizer view tree AND iPAD requires 2 finger scrolling on a tableview

  23. 23

    Safari - IPAD - Disable bounce (no scroll) without -webkit-overflow-scrolling

  24. 24

    Safari - IPAD - Disable bounce (no scroll) without -webkit-overflow-scrolling

  25. 25

    How to disable scroll / scrolling on iOS devices (iPad, iPhone, Mac) with user-controlled toggle (enable / disable)

  26. 26

    How to enable Two finger scrolling on Lenovo Thinkpad T400/W540

  27. 27

    How to enable Two finger scrolling on Lenovo Thinkpad T400/W540

  28. 28

    Two-finger scrolling not working on Ubuntu 18.04 and Ryzen 5 Pro 2500U Dell Latitude 5495

  29. 29

    No natural scrolling or two-finger right click option in gui and dconf editing not working - Ubuntu 20.04 with Unity desktop

HotTag

Archive