Ionic view doesn't show images

I have an image as background in my ionic app.
When I make deploy and I try the app in my cellphone the image doesn’t show.
Help me, please.

What Ionic View app are you talking about exactly? Right now there are two for iOS, so this is important to know.

What is your ionic info output?

What is the code you used to include the image in your app?

Do you see any errors is the image loaded correctly ?
If yes maybe it’s a simple css issue you can try adding the following

ion-content {
  background-color: transparent !important;
}