I’ve got some people asking for a simple Javascript-Detection for iPad’s. It’s simple, just take a look at the browser identification: function isIPad() { return !!(navigator.userAgent.match(/iPad/)); } function isIPhone() { return !!(navigator.userAgent.match(/iPhone/)); } Am I iPad? Am I iPhone? Example: function isIPad() { return !!(navigator.userAgent.match(/iPad/)); } function isIPhone() { return !!(navigator.userAgent.match(/iPhone/)); } Am I iPad? [...]
Category : Unsorted
I stumbled on that by accident. One of my javascript-variables was called orientation and was not correctly used on the iPad’s Safari. After looking at its content, I found out that you can detect the device orientation. I knew you can handle many cool things on the iOS, like swipes in javascript, but this one [...]
Category : Unsorted
This post continues my analysis of some App Store conditions. The first post can be found here: App Sales, What’s Hot – What’s Not – #1: Category Featured #2 – New & Noteworthy in iTunes When you release a new App you get a chance of getting listed in the New & Noteworthy section on [...]
Category : Unsorted
I have just started to move the product descriptions of all iPad Apps to this site. That is: Analytics for iPad WebShot jQuery Reference Micro-Expression Trainer (click on the link to learn more ;) All posts are dated back to their original release date.
Category : Unsorted
