I have a responsive website built on top of Bootstrap. However, I only want it to be responsive on the iPad – the iPhone should show the regular, full site.
In my <head> I am using:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
But I only want this to be output if the device is not iPhone.
However – this needs to be static HTML – so I can’t use PHP or anything server-side. Any ideas?
try this.