Help!!! How can i redirect a mobile friendly website to a desktop site..depending on the screen size of the user | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help!!! How can i redirect a mobile friendly website to a desktop site..depending on the screen size of the user

java, php, html

14th Oct 2017, 8:29 PM
Franklyn Omeben
Franklyn Omeben - avatar
5 Answers
+ 3
use bootstrap
18th Oct 2017, 4:42 PM
Talluri Saisumanth
Talluri Saisumanth - avatar
+ 1
You would better use media querys to adapt the current website. Because otherwise, you will have to use Javascript to get the screensize and proceed to the redirection..
14th Oct 2017, 8:38 PM
Drax
Drax - avatar
+ 1
can I get the codes for the j.s
14th Oct 2017, 9:21 PM
Franklyn Omeben
Franklyn Omeben - avatar
+ 1
use responsive site or maitain anither site for mobile users. Detect the mobile users using user agent and redirect them to mobile site
18th Oct 2017, 4:59 PM
SHUBHAM HIBARE
SHUBHAM HIBARE - avatar
0
You must to use responsive
14th Oct 2017, 9:04 PM
Daniel
Daniel - avatar