Hi John
I got exactly the same question as you, only want to redirect a specific page for mobile users. Allready tried plug ins and different scripts but no luck!
Any chance you can post the solution you found to your problem?
I just stumble across this code … Seems interesting, but if i want to apply just to one page of the website, how could i do this?
if (screen.width < 600 || screen.height < 200) {
window.location = 'anotherPage.html'
}
Thanks in advance!