From ede4f14601c6c938c4169bcb8798bc8703a4471d Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Tue, 17 Apr 2012 14:56:56 +0100 Subject: [PATCH] fixes for Ice Cream Sandwich android 4.* * load app.css last so it can override rules --- assets/www/app.css | 10 ++++++++++ assets/www/index.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/www/app.css b/assets/www/app.css index 669769a3..98a16705 100644 --- a/assets/www/app.css +++ b/assets/www/app.css @@ -684,3 +684,13 @@ body[dir=rtl] #settingsList .item select { .disabled { opacity: 0.1; } + +.android .scroller > * { + -webkit-transform: none; /* in ICS this causes lots of problems with scrolling */ +} + +/* in ICS it is not possible to scroll vertically across tables so undo rule in beta_common.css */ +.android table { + overflow-x: hidden; + -webkit-overflow-scrolling: none; +} diff --git a/assets/www/index.html b/assets/www/index.html index 83422fd5..92935a23 100644 --- a/assets/www/index.html +++ b/assets/www/index.html @@ -46,10 +46,10 @@ - +