I am using a Nokia N8 with Symbian^3 which is supposed to have A grade support for jQuery Mobile. However, when I try to watch the jQuery Mobile demo website in it to test for support, it doesn't work and I see this.
Is the Symbian^3 browser supported yet with jQuery Mobile Alpha 4.1? Symbian devices still hold a lot of market share to overlook support.
So I recently started making SlideShare mobile compatible with Windows Phone 7 browser. I am having issue with virtual viewport width property of the browser.
By default, I use this meta tag for setting the device width and setting the initial and maximum scale
This works fine in iPhone 3GS (320x480), Devices with 480x800px resolution and bigger tablets but doesn't work in Windows Phone 7. I am using a Samsung Focus for testing.
Here it how it looks like in Samsung Focus. Its like the viewport width is 240px.
However, if I manually set the viewport width to 480px in the meta tag like this...
I have applied some styles to each <li> element and the thumbnail image inside it in the "imgContainer" div & the img tag inside it. On initial page load the <ul> has 20 <li> elements in it and the styles apply fine.
When I click on the more button, more <li> elements are loaded but the CSS doesn't apply on the imgContainer div and img tag inside it.
The CSS is conditional CSS using CSS3 Media Query written in the parent page only instead of being inside a CSS files.