jqMobi rolls out support for IE10

Ben Moss.
November 07, 2012
jqMobi rolls out support for IE10.

ThumbThere has been much cross-over between web development and application development in recent years. The biggest trend being the increase in web-based applications.

Whilst many would argue that it’s the rise of the cloud, and of faster internet connections, that have made this possible; it’s actually the rise of the mobile web that has made it desirable.

Coding a web application to run smoothly on a mobile device is a challenge for any developer. The focus is, understandably on Android and iOS, but this week jqMobi became the first Mobile HTML5 framework to directly target Windows Phone 8.

Built specifically for smartphones jqMobi is extremely light (just 5kb) and features jQuery-style selectors and plugins. It is used by tens of thousands of mobile web apps, and that number is only likely to increase now that IE is supported.

The problem, as it stands, is that whilst all browser manufacturers agree that standards-compliance is a good thing, they are all at different stages of implementation; each browser manufacturer prioritizes different aspects of the agreed specification.

A great example is multiple columns. Because of patchy support in some versions the CSS

column-count:2;

will only work in a few browsers. To increase the likelihood of the CSS being supported we have to include browser prefixes, so the code becomes:

-moz-column-count:2;
-webkit-column-count:2;
column-count:2;

(Opera have already implemented column-count on their desktop browser but not even a browser prefix version on their mobile offering.)

But because mobile frameworks need to reduce size, the tendency is to restrict support to just webkit (due to the prevalence of Chrome and Safari):

-webkit-column-count:2;

Because IE10 introduces support for column-count without the need to prepend a browser prefix the only addition required is the standards-compliant non-prefix version:

-webkit-column-count:2;
column-count:2;

This means support can be extended without heavy kb overheads, and brings the additional benefit of future-proofing the code. It’s the commitment of Microsoft to deliver a standards-compliant browser — yes I know, I had to pinch myself too — that has made this possible.

Microsoft's IE10 browser delivers really good performance that is competitive with the best browsers we've seen on Android and iOS. So that means that developers who want to take advantage of jqMobi to deliver iOS, Android, Windows 8 and Windows Phone 8 apps can give their users an identically fantastic experience across all four device platforms. — Ian Maffett, jqMobi lead developer

The diversification away from Webkit and towards standard-compliance can only be a healthy thing and we expect other frameworks to follow the same route as jqMobi by focusing on working with IE10 in addition to Webkit in the near future. In the meantime, jqMobi looks well worth considering for your next project, and by getting ahead of the game they may well have won a few fans.

Have you tried jqMobi? How did you find it? Let us know in the comments below.

Featured image/thumbnail, open window image via Shutterstock

Ben Moss

Ben Moss has designed and coded work for award-winning startups, and global names including IBM, UBS, and the FBI. When he’s not in front of a screen he’s probably out trail-running.

Read Next

3 Essential Design Trends, December 2023

While we love the holidays, too much of a seasonal theme can get overwhelming. Thankfully, these design trends strike a…

10 Easy Ways to Make Money as a Web Designer

When you’re a web designer, the logical way to make money is designing websites; you can apply for a job at an agency,…

The 10 Most Hated Fonts of All Time

Remember when Comic Sans wasn’t the butt of the jokes? Long for the days when we actually enjoyed using the Impact…

15 Best New Fonts, November 2023

2023 is almost over, and the new fonts are still coming thick and fast. This month, we’ve found some awesome variable…

Old School Web Techniques Best Forgotten

When the web first entered the public consciousness back in the 90s, it was primarily text-based with minimal design…

20 Best New Websites, November 2023

As the nights draw in for the Northern hemisphere, what better way to brighten your day than by soaking up some design…

30 Amazing Chrome Extensions for Designers and Developers

Searching for a tool to make cross-platform design a breeze? Desperate for an extension that helps you figure out the…

Exciting New Tools for Designers, November 2023

We’ve got a mix of handy image helpers, useful design assets, and clever productivity tools, amongst other treats. Some…

The Dangers of Doomscrolling for Designers and How to Break Free

As a creative professional, navigating the digital realm is second nature to you. It’s normal to follow an endless…

From Image Adjustments to AI: Photoshop Through the Years

Remember when Merriam-Webster added Photoshop to the dictionary back in 2008? Want to learn how AI is changing design…

3 Essential Design Trends, November 2023

In the season of giving thanks, we often think of comfort and tradition. These are common themes with each of our three…

30 Obsolete Technologies that will Perplex Post-2000s Kids

Remember the screech of dial-up internet? Hold fond memories of arcade machines? In this list, we’re condensing down 30…