Display different content on ios and Android devices

Hello to all.

I am trying to display different ios and android buttons depending on the device the user visits the website. So when a user visits from an ios device then i need to display only the ios download button, while if the user visits the site from an android device, then i need to dispaly only the get it on google play button.

These are the visual examples:

Does anyone know if this is even possible?

Hey @Outboxed,

I believe that would require some coding…
Similar to this:
https://stackoverflow.com/questions/20922085/show-or-hide-div-based-on-os

1 Like

Probably yes :slight_smile: