Hello,
can I call functions only when the App is running on android?
I got an App that I export as Windows and as Android app and I’d like to call some stuff only on Windows and others only on android but I want everything in one package without having to do this as 2 projects, is there a way ?
thanks!