Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Thank you that was the solution.
Posted
Updated 4-Apr-15 12:43pm
v3

I can see there are 2 meta tag declared in the html document

1.
<meta name="viewport" content="width=720">

2.
<meta name="viewport" content="width=device-width; initial-scale=1.0;">

first one is in the head and second one is in the body. Ideally your second one should have been in the head tag. Meta tag is body is ignored as per below post.

http://stackoverflow.com/questions/1447842/what-happens-if-the-meta-tags-are-present-in-the-document-body[^]

Try changing if it helps.
 
Share this answer
 
You may want to consider:
1. jQuery Mobile[^]
2. Tutorial[^]
 
Share this answer
 

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