Sloved it by changing the path of the images.
So now it shows on Browser and on my Device with Ionic View.
I changed
background-image: url(../../assets/img/categories_active.png);
to
background-image: url(../assets/img/categories_active.png);
cheers