How to detect device that WASM is deployed to?

Viewed 135

I am developing a UNO App that will primarily be built and deployed on the WASM Platform. Is there a way to detect if the app is running on a desktop (PC or MAC) or Phone or Tablet? I would like to modify the xaml to accommodate the available screen size.

Thanks

1 Answers
Related