• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Browser support

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I see most corporate users are IE and still ie is not in HTML5 game till IE10
How do you answer the management that you want to develop an html5 apps
 
author
Posts: 297
5
Android Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If your app absolutely has to have a particular HTML5 feature in oldIE then have look through this list of HTML5 Polyfills. If your app is more convenient if a browser has a particular feature but can be made to work without then consider your target audience and ask yourself if the effort will be worth the award (remembering that extra processing the browser has to do to implement a polyfill is going to slow it down, and if it's IE8 it's probably already the slowest browser of any your users will be using). HTML5 may be new on the buzzword scene, but it doesn't invalidate the principles of Progressive Enhancement which were first proposed in 2003.
 
reply
    Bookmark Topic Watch Topic
  • New Topic