CSS边框半径不适用于UIwebview

时间:2019-05-03 01:03:12

标签: html css uiwebview background-color

在uiwebview上,html圆形按钮未显示为圆形。背景色泄漏。

它们在常规浏览器上显示正常,但在Web视图中显示为正方形。

如何解决这个问题?

 <button style="color: white; background-color: #ff0000;border-radius:20px; ">39</button>

 <button style="color: white; background-color: #ff0000;border-radius:20px; ">40</button>  

结果: 结果是好的chrome

ios Webview中的结果:

enter image description here

1 个答案:

答案 0 :(得分:0)

对于ios,您可以通过制作css文件来使用此样式属性:

-webkit-border-bottom-left-radius, 
bottom-right-radius

等到正确的子元素。