3
I’m new to Ionic, I come from native development with android and I’m a little lost in relation to the targeting of images in IONIC.
I’m creating on the home page, I call HOME, a menu with four options where the background of each option will be images.
In this way, I put the relative path (where the images are inside the /src/Assets folder) and run the $Ionic command, and it works normally in the browser. However, when I make $ Ionic run android, images do not appear on my smartphone or emulator.
I imagine this must be a load of crap, but for whoever starts it, it’s a lot of work. It’s been 24 hours since I researched, read content and can’t solve my problem.
What is the right place to place the images? How should I reference the path?
Thanks in advance!