Galaxy S4 stock browser CSS3 border-radius support?

后端 未结 4 2000
春和景丽
春和景丽 2020-12-11 15:28

This is a very specific question, that I can\'t find any documented evidence to support, but have rather a lot of empirical evidence, although only based on a single phone.<

4条回答
  •  独厮守ぢ
    2020-12-11 15:51

    I had the same issue! You can fix it like that:

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    

    PS. I hate such updates

提交回复
热议问题