Detect Client Type; Switching of home screen

Is there a way to detect the type of client the application is running on? My thought here is that depending on wither the user is on their PC or mobile device the application would change the start-up screen and allow mobile users to use the mobile interface screens and the PC users to use the PC screens. Another option would be to have a button to do the switching, but I might as well give them a hammer and chisel.

There is a scripting function that defines what you are looking for. See: http://www.inductiveautomation.com/support/usermanuals/ignition/index.html?system_util_getsystemflags.htm

Thank you f_jons I figured it was possible just didn’t know where to find it.

If you have two separate projects, you can do this much more easily by simply enabling the mobile project for mobile launch but hiding it from normal launch, and vise-versa for the other project.