Switch to Mobile or desktop website
Autore: Huveneers A.
Visite 1106,
Followers 2,
Condiviso 0
Can you automatic select a different website depending of the browsing device? For example when an android brower connects to the website select the website with the mobile layout
Postato il
Hello,
You could do this using JavaScript. This one has to be inserted before the </head> tag.
EDIT: the script is in the text file attached as the editor replaces the content
You could do the same using PHP or Apache redirects.
Hope this can help
The code
Autore
Thanks for this info. I will try that