Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tap + Hold behavior on iPhone Safari
Message
De
02/05/2017 23:51:47
 
 
À
02/05/2017 02:43:36
Information générale
Forum:
HTML5
Catégorie:
Autre
Divers
Thread ID:
01650760
Message ID:
01650813
Vues:
28
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform