Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everybody, i have hosted a website and it is working perfectly in desktop pc and laptops.but when i open it in mobile phones and tabs,a portion of websites are working and some are not responsing .i dont know why.Can anyone tell me how to make my website working both in pc and mobile phone browsers using html or script

What I have tried:

i don't know how to write code for this
Posted
Updated 19-Jul-17 4:34am
v3

1 solution

You weren't specific about your problems, but perhaps for a start you can work with CSS3 @media Rule[^] so your pages show awareness, at least in design, of the various monitor sizes in use.

Other things will have to rely upon compatibility of browsers. Standards are only met voluntarily.
 
Share this answer
 
Comments
Member 13317794 20-Jul-17 1:21am    
Actually the problem is in some of the mobile phones the website is working fine and in some others it is not responding the click event
W Balboos, GHB 20-Jul-17 7:36am    
There's compatibility for various O/S's and versions of O/S's.

Maybe here will help: HTML5test - How well does your browser support HTML5?[^] and look on other-browsers and compare tabs. (There's a mobile option).

Working is still left as a mystery: the HTML5? CSS3? DOM? ? ? ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900