Logo not visible in header

Hi everyone!
I set logo to my ionic app.

It is shown in the browser via ionic serve --lab, but not in the real Android Phone. Image is stored inside www/img/ionic.png. Can you say why? Should I store the image elsewhere & use it while building apk?

Have you used remote debugging to determine an error on your smartphone?

Just google Chrome Remote Debugging

will use it! Thanks…