How can i make my website appear as a fullsite on mobile device. I am using jquery-mobile on the desktop site, and want to display web page as a normal desktop website page on the mobile device. Where user can zoom in and out.
So far i am able to make site appear on the mobile but the user have to slide the page up and down to see all the content on the page.
And to zoom i use (however, this only allows to zoom.)
Not sure what you mean, commonly, a jQuery Mobile page should contain this line in HTML head section,
It will ask mobile browser display jQuery Mobile page as normal zoom scale, such as,
Are you mean this?