Boring Friday night activity – fixed UI glitch on iCO
I’ve been sick and still recovering from.
Anyway, my iPhone WebApp, iCuteOverload became look uglier after a few firmware updates ago and I had ignored since, but I finally fixed today.
It looks like box-sizing: border-box
stopped woking on the recent WebKit, so I needed to use WebKit’s own declarations by adding -webkit-
prefex, to adjust the box-model. It was easy fix but didn’t figure out soon enough :-p (maybe because I was watching House M.D. while debugging). Then I looked at the latest iUi code and well, the fix was already there… I should have just downloaded from beginning.
Oh well.
comments powered by