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 is Senior Editor at WebdesignerDepot. He’s designed and coded work for award-winning startups, and global names including IBM, UBS, and the FBI. One of these days he’ll run a sub-4hr marathon. Say hi on Twitter.

Read Next

Are Simple Websites Better For Business?

As web design technologies raise the bar on what it is possible to achieve on a realistic budget, there’s a rising deba…

Apple Opts for AR over VR at WWDC

An Apple VR headset has been one of the most widely-rumored devices of the last few years, and it was finally settled a…

Exciting New Tools for Designers, June 2023

We’re halfway through 2023 already, and the number of incredible apps, tools, and resources for designers is mounting.

3 Essential Design Trends, June 2023

This month we are focusing on three trends within a bigger website design trend – different navigation menu styles and …

15 Best New Fonts, May 2023

The choices you make when selecting a typeface have more impact on your design than almost any other decision, so it’s …

10+ Best Tools & Resources for Web Designers and Agencies (2023 updated)

Having the ability to envision a tastefully designed website (i.e., the role creativity plays) is important. But being …

20 Best New Websites, May 2023

This month, there are tons of great new agency websites to get excited about. 3D animated prisms are a popular theme, a…

How to Find the Right White Label Website Builder for Your Agency

Web design agencies face a lot of obstacles in closing the deal with new clients. One of the most common ones is the ar…

Exciting New Tools For Designers, May 2023

There are hundreds of new tools for designers and developers released each month. We sift through them all to bring you…

3 Essential Design Trends, May 2023

All three of the website design trends here mimic something bigger going on in the tech space, from a desire to have mo…

10 Best AI Tools for Web Designers (2023)

It’s time to stop worrying if AI is going to take your job and instead start using AI to expand the services you can of…

10 Best Marketing Agency Websites (Examples, Inspo, and Templates!)

Marketers are skilled in developing strategies, producing visual assets, writing text with high impact, and optimizing …