-
12 Apr 2012 2:29 AM #11
I confirm that I can reproduce the bug in Dolphin HD on a Samsung Galaxy Tab 10.1 running Android 3.2.
-
12 Apr 2012 6:28 AM #12
Same problem!
Same problem!
Same problem here with Android 4.0.3 on Galaxy S2...
Have three tabs, the first and second are scroll able, the third not. On activate tab 3 icons appears, otherwise not. When set scrollable: true on the third tab no icons appears.
Hope it will fixed soon.
Thanks
-
12 Apr 2012 9:25 AM #13Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,659
- Vote Rating
- 14
It seems Google hasn't been interested in fixing webkit masks properly since they broke support for them in Android 3.x. We thought they were fixed in 4.0.3, but apparently as soon as you add a transform to them they break. So we're working on changing to font-face in the near future. We'll get more details on this soon.
-
18 Apr 2012 3:18 AM #14
Hi Jamie any update on this I am seeing my Samsung galaxy nexus with android 4.0.2 the issue. Older androids ok for example
Android 2.2 is Ok (HTC Desire)
Anyone have an idea of a workaround. I am guessing its a massive task to swap in an alternative method to do images depending on the browser in android.
During scaling the issue is present on iphone until the animation stops then it is correctly seen. Nothing too problematic but I am hoping that something can be done before long as we want need to support later devices. Funny that its usually older devices being the issue.
-
18 Apr 2012 6:54 AM #15
Just open http://docs.sencha.com/touch/2-0/touch/examples/production/kitchensink/index.html
And navigate to "User Unterfaxce / Bottom Taps"
On Android 4.03 AND 4.04 the Icons on the Tabs are broken....

-
18 Apr 2012 11:15 AM #16Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,659
- Vote Rating
- 14
So I noticed something strange when looking at this today. After several hours of pounding on this, we believe we have a simple fix. The following CSS should fix the problem on all Androids:
Please let me know if it works for your applications.Code:<style> .x-tabbar > * { z-index: 1; } </style>
-
18 Apr 2012 1:41 PM #17
thx a lot !
Works fine with Android 4.04
-
19 Apr 2012 12:18 AM #18
-
19 Apr 2012 1:57 AM #19
It seems to work for me too, many thanks for this obscurity. How did you get to this ? Interested..
-
19 Apr 2012 3:43 AM #20
Thank you!
Thank you!
Yes it works!



Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2698
in
Sprint 22 (2.0.2).


Reply With Quote