Hi. I know levels is mobile friendly as has some code in their to detect the device. We have some links on our site that popup a not mobile friendly modal colorbox, which contains a framed page. I was wondering if there was some easy code already supported by whatever is being used to detect the device that I could use to wrap that modal link, so that if it is a mobile device it just shows the framed page directly.
ie.
If NOT mobile device
ShowModalLink
Else
ShowStandardLink
ie.
If NOT mobile device
ShowModalLink
Else
ShowStandardLink
Comment