Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tap + Hold behavior on iPhone Safari
Message
From
02/05/2017 23:51:47
 
 
To
02/05/2017 02:43:36
General information
Forum:
HTML5
Category:
Other
Miscellaneous
Thread ID:
01650760
Message ID:
01650813
Views:
29
>When a Tap+Hold is done, and moving up or down, on iPhone Safari, the default behavior is to move the Web page entirely up or down a little bit so we can see some white background over the page limit into both directions. Is there a way to bypass that behavior and have the regular page scrolling instead?

That would be called the bounce effect.

To disable that on IOS Safari, the following may be used:
body, html
{
   position: fixed;
   width: 100%;
}
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform