Hi,
I have an issue with Ionic listviews while developing on my Android device. While testing my app with a web browser on my PC, the default arrow icon that comes with list items is visible, while it doesn’t show up on the device. I’d upload a couple of screenshots to better illustrate the issue, but apparently I can’t do so since I’m a new user.
Since I’m not specifying the .item-icon-right class, I’d expect items to get the default right arrow icon as described here (on both devices and browsers).
I recently came across this too, and it seems like a fun Android bug, so you’re not doing anything wrong. I’ll submit an issue and try to come up with a fix (hack).
It’s what i’ve done. i downloaded the SCSS folder from git and put it in my project folder.
I’ve followed the commit instructions too and actually icons are shown but on android 4.1.2 they are not centered vertically…
God damn it. The same happened to me on Android 4.2.2. So I added "item-right" class to my ul and added a icon. Now if I upgrade to the next release then I would get both my icons and the default list icons. Headache!
Is there a recommended way to suppress the RHS icon altogether? I have no item-icon-right class applied to the ion-item, but the padding applied to the central <a> element is still 49px as if it’s reserving the space by default.
Do I just need to add a bit of custom CSS and a “no-right-icon class” to my ion-item (or similar) or is there a preferred method?