Merge pull request #780 from ahocevar/ms-pointer-events

Touch Navigation doesn't work in Internet Explorer 10. r=@bartvde,@gregersrygg,@mpriour
This commit is contained in:
ahocevar
2013-04-23 01:46:10 -07:00
4 changed files with 161 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ html, body, #map {
#title, #tags, #shortdesc {
display: none;
}
div.olMapViewport {
-ms-touch-action: none;
}
/* Turn on GPU support where available */
.olTileImage {