Switch to Mobile or desktop website
Autor: Huveneers A.
Visitado 1104,
Followers 2,
Compartido 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
Publicado en
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
Autor
Thanks for this info. I will try that