Create some time ago, an application for Android with Ionic, very simple. Now that I have a Mac need to work exactly the same application, I thought that copying the html code, css and a few images suffice to develop it, but I was surprised to run it on the emulator ios. The functionality are all fine except some design issues that complicate the truth a little. Enclose an image of as seen in the browser as shown in the emulator to see if someone can help me.
Of course there are differences but I need guidance regarding what might be causing this problem. Also need to know which file I can change the image of the splashscreen and icon, as Android is easier in a folder with different resolutions, as it is in iOS?
So, your filestructure should be like this for it to work: (and of course a lot more files XD)
www/
index.html
img/
fondo_menu.jpg
If this is not correct, you should change your image path like mentioned above. If the above filestructure is correct, we will actually need some more info on your code, like a codepen which reproduces te problem when transferred to a native project. This will be beyond my current setup to test though, so we would need some help from another person to debug that.