I have a small html page with lots of hyperlinks, when I see the same page as the web browser That looks okay, when I see that the HTML page in the iPhone is very small in characters & amp; Very difficult to read.
If you have an iPhone & amp; Computer Web Browser?
Thank you.
You get a mobile css
Use php code as:
need_once ('mobile_device_dectect / mobile_device_detect.php'); $ Mobile = mobile_device_detect (true, false, true, true, true, true, true, false, false); Echo ($ mobile)? '& Lt; Link rel = "stylesheet" media = "all" href = "css / mobile.css" /> & Lt; Meta content = "true" name = "handheld friedly" /> & Lt; Meta content = "width = device-width; initial-scale = 1.0; maximum-scale = 1.0; user-scalable = 0;" name = "viewport" /> ':' & Lt; Link rel = "stylesheet" media = "all" href = "css / main.css" />; '; Echo '& lt; Body '($ mobile?' Onload = "window.scrollTo (0, 1)" ': faucet). '& Gt;' ;
Comments
Post a Comment