Recently my father reported a bug in Demotivate where the screen would get stuck on a page with no navigation. He wasn’t the first to report the bug either. I’ve also experienced it once before, but thought I had squashed it. Bugs can be a funny thing. When you are the developer, you know how
more »
Archive for the ‘jQuery Mobile’ Category:
Combating the Impatient App User
Detecting Device and Orientation in Javascript
Here is the code that I’m using in Javascript to determine whether or not I have an iPhone or an iPad in Portrait or Landscape mode. The code is pretty straight-forward. I put it in a separate .js file, and then include it with most of my projects. I added a new one yesterday to
more »