This message was deleted.
# ask-questions
w
This message was deleted.
f
Should be able to target to the user agent
I think we have code for this in the HTML SDK... let me check the source code
q
Thank you!
Copy code
const ua = navigator.userAgent;
...

deviceType: ua.match(/Mobi/) ? "mobile" : "desktop",
138 Views