Icon gloss effect always used
-
Using Chrome for iOS I always see a gloss effect on the app banner icon, regardless of whether I set the ‘Force gloss effect for iOS even for precomposed (true or false)’ to ‘true’ or ‘false’.
I’ve managed to workaround this by changing the appBanners.php line:
iconGloss: '" . $iconGloss . "', // Force gloss effect for iOS even for precomposed
to
iconGloss: $iconGloss, // Force gloss effect for iOS even for precomposedso wonder if this is a bug, due to using the ‘true’ or ‘false’ strings, rather than values?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Icon gloss effect always used’ is closed to new replies.