【发布时间】:2015-03-01 18:36:28
【问题描述】:
我正在为我正在开发的 iOS 应用程序使用 nativecss Xamarin 组件。这真的很棒,但前几天我想使用这个 css:
img{
filter: blur(5px);
}
但它没有做任何改变。其他 CSS 样式(如边框或样式指南)可以正常工作。这是因为模糊和其他一些效果只适用于 HTML5,还是我做错了什么?
【问题讨论】:
标签: ios css xamarin.ios xamarin nativecss