I am working with an external booking system and I need different beheaviour depending on the device.
I want that it will open a new tab on mobile devices
And to open a modal box on desktop
I already have the modal box, but I dont want it to open on a mobile device. How can I implement that?
Thanks for answers.