Hi Team,
We have a requirement to separate mobile and desktop code, we we are using user-agent to get the device details from the backend and using that conditionally in sightly to render the device specific code.
useragent = request.getHeader("User-Agent");
We can get the device details correctly...