Sencha touch 1.1 Ext.tabPanel bottom tab shows acsii characters instead of text on Android Phone. Works fine on Iphone / IPAD. It shows the icon correctly.
The text is in English. The text on the rest of the page looks fine.. Only the Bottom Tab had this issue.
Figured out the cause. Sencha touch 2 uses -webkit-text-stroke: 1px transparent;
I tried to use the same with Sencha 1.1. It works on other devices but somehow on Android phones it causes the text on the bottom tab to change to ascii characters.. Works fine when I remove the css property.