Making HTML5 audio actually work on mobile
This story starts when we had to provide audio to an HTML5 game we were building.
The game is for mobile browsers, actually a limited and updated range of mobile browsers: Safari for iOS 6+, and the stock browser (i.e. the default browser) for Android 4+. With the well known scaling trick (CSS “transform: scale(…)”) which we built in our mobile app, we got it to run quite nicely in all resolutions, so also on desktop browsers. Hence we would want our audio solution to work also on desktops.
jQuery.mb.CSSAnimate – Use CSS3 transition to animate DOM Elements via jQuery
As most of you know there are new features in CSS3 that let you animate HTML elements using just CSS. Using CSS3 “transition” you can control which property to apply, the duration of the transition, the transition timing and the…
How to play background audio on iOs devices’ web pages
This is a horrible hack that works beautifully (’till next Apple iOs update). It was a while that we where looking for a background audio solution for our Adslife browser game when played on iPad or other iOs devices. Apple’s…
Take a look at the video preview of Adslife alpha game
We made a short video of some steps of our new game production: Adslife. It’s an HTML5/javascript web based game with a long play life duration philosophy (here the blog post). Are you curios? Go Here



