Hello,
I am having a problem here.
I have two version of navigation that I have created: one for pc and the other one is for cell phone.
I have to leave the viewport setting like this:
<meta name="viewport" content="width=1280">
if I change it like this:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
everything will be out of proportion.
The only thing that I want to change is the navigation.
How the system could decide whether this is a pc or a cell phone and choose the right navigation ?
Anyclue?
I heard my friend mention using js or jquery - user agent or something like that but have not find the exact solution.
Please help.