Android : Bullet size smaller on iPhone when contains a link

on Friday, October 31, 2014


I noticed that bullet item size is different on iPhone for these two expressions:



<li><a>abc</a></li>
<li>def</li>


Even though the link is inside the bullet item, and it shouldn't affect its parent, right? I'm not sure if this just an iPhone bug. Someone told me same happens on new Samsung Galaxy s5, but it looks normal on my Samsung Galaxy s3. Has anyone run into this before? I can't seem to find anything about it anywhere.


I could fix it of course by removing list-style-type and using a backround image instead, but I'm curious if there's another way that makes more sense.


0 comments:

Post a Comment