Operation system detection

I want to display different app download buttons on mobile depending on whether a user is using IOS or Android. Can I do it with the code in Wix?

Thanks a lot for your help!

You can do it with pure Corvid. But you can do it in an iframe using navigator , and post it to your page.

  • alternatively maybe you can install the user agent npm and use it for that (I never tried this option).