I'm using nativecss Xamarin component for an iOS application I'm working on. It's really great but the other day I wanted to use this css:
img{
filter: blur(5px);
}
but It doesn't make any changes. other css styles like border or style guide works correctly. Is this because blur and some other effects work just on HTML5 or am I doing something wrong?
The webklit filter for that is vendor-prefixed. Try this instead: