digits getting css link color in mobile devices

Well it sounds strange, but it is repeatable! I tried with, li, span and p

this is okay

123

this is also okay

123/123

this will give a blue text color

123/123/123

you can change the color with

a {color:red};

This happens only in mobile devices!

Regards AG

I think I know what your referring to now.

Mobile browsers tend to try and convert digits to links so that they work like a phone number. It's something only mobile browsers do but also Skype if you have the plugin and it's turned on that will try to be smart and convert digits or links with the src=tel:123...

It's not a bug of the app.

Saj

thx, for response,

smart smartphones :-) I added a class to avoid this behavior.

AG