Skip to content Skip to sidebar Skip to footer

Responsive Website Design Is Not Working On Mobile Phone

responsive design is not working on my mobile phone but its working fine on my pc or laptop i am working on this link (http://abisyscorp.com/modelview)

Solution 1:

Add this to your <head> section:

<metaname="viewport"content="width=device-width, user-scalable=false;">

And remove:

<metaname="viewport"content="max-width=480px"><metaname="viewport"content="min-width=481px"><metaname="viewport"content="min-width=1028px">

Post a Comment for "Responsive Website Design Is Not Working On Mobile Phone"