Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #214029

    Hi,

    I checked some issues in android devices.

    A – The circles in iconlist and the border in icon with border are extremely fragmented.

    B – All links visited are keeping a text decoration. I tried use some code like that:

    .responsive a {text-decoration: none;}

    .responsive a:active {text-decoration: none;}

    .responsive a:link {text-decoration: underline;}

    But I had no success.

    Is there any way to fix this?

    #214104

    Hi,

    The B topic was resolved with:

    .responsive #top a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none;
    }

    But the A problems remain.

    THANKS

    #214166

    Hi,

    Can you post the link to your website please?

    Also, in which Android device are you seeing this issue?

    Regards,
    Josue

    #214183
    This reply has been marked as private.
    #214202

    Hey!

    I tested your website on an Android device (4.3) with no issues so far. I’ll tag Devin to this topic, i know he can test your website on a 2.3.6 device.

    Cheers!
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Android Issues’ is closed to new replies.