Wednesday, December 7, 2011

First Mobile Web site

It took 2 weeks to finish my first mobile website. It was quite interesting journey. First of all, jQuery Mobile is a new Javascript library and I was interested to implement it for new mobile site.

I discovered that current version of jQueryMobile does fully support with AJAX extensions all mobile platforms except Blackberry 5.

I had a problem with iPhone view. There is a quite good fix, which must be place in a head of the page to bring a picture to the stable condition on all mobile platforms:
<meta name="viewport" content="width=device-width, initial-scale=1">

No comments:

Post a Comment