From b663c7f4423ccf2cdde9f1bbd7ef96bff8433465 Mon Sep 17 00:00:00 2001 From: danzel Date: Tue, 17 Jul 2012 11:58:04 +1200 Subject: [PATCH] Turns out the android browser has this issue too. Change the hack to just use top/left if chrome is being used, otherwise use transform. Hopefully chrome fixes their issue so we can use transform everywhere instead. --- debug/hacks/jitter.html | 6 +++--- src/core/Browser.js | 6 +++--- src/layer/tile/TileLayer.js | 6 ++++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/debug/hacks/jitter.html b/debug/hacks/jitter.html index 1810a7e2..f60b7a2f 100644 --- a/debug/hacks/jitter.html +++ b/debug/hacks/jitter.html @@ -20,7 +20,7 @@ - Bug tested to occur on: Safari on Mac (Tested in 5.1.7), iPad/iPhone 5.1.1. Hack is in L.Browser.safari and TileLayer._addTile + Bug tested to occur on: Safari on Mac (Tested in 5.1.7), iPad/iPhone 5.1.1., Android 4 Browser. Hack is in L.Browser.chrome and TileLayer._addTile