No longer tap-selecting elements on touch devices
This finalizes the effort to improve map browser event handling.
This commit is contained in:
10
css/ol.css
10
css/ol.css
@@ -1,3 +1,13 @@
|
||||
.ol-viewport {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.ol-renderer-webgl-canvas { width:100%; height:100%; }
|
||||
|
||||
.olTile {
|
||||
|
||||
Reference in New Issue
Block a user