I have an Ionic app that I am working on. I have an Android device that I can test it on, but I do not have a way to test my app on iOS. Is it possible to test my app (visually only, not native functionality) for iOS without having a physical iOS device?
I have tried work arounds and searched for other solutions, but came up empty.
I tried to get a virtual machine of MacOS, but ran into many problems. Tried for days to fix it, but nothing worked, even the ones that people said worked for their same situation.
Attempted to use Safari to test it, but the only way to get Safari on Windows is downloading an old, out-dated version, since it is no longer supported for Windows. And that version doesn't support arrow functions, and so my app doesn't work, since Angular's styles.js and many other files use them.
Is there something in Ionic files that I can specify which styles to apply when displaying on the web?
Is there any another way to do this without getting an iOS device?