The safe area api works for iOS devices but not Android. On Android, I can sort of fake safe area support by using the status bar height as the safe Y origin, but on phones without a cutout, my content is just pushed down for no reason.
How are other devs dealing with this issue?
I have a potential deal with a publisher and I really don’t want to limit my release to iOS devices only.