Background-image not work on ios divice

I set backround-image like this

 background-image: url('/assets/img/Layer2.png');

It work on Browser but not work on ios divice . thanks for reading my questions

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.

I think the image path is not correct… you can try changing it in the dev tools directly to find the correct one.

thanks for your answer

image path true it work on brower but not work when i export ios app