Jul
31
iPhone Arkanoid
Ajax Resources
9:07 pm
Scott Schiller has updated his dHTML Arkanoid game to work on the iPhone. Although the mouse events meant that the game wouldn’t work as-is, Scott added an extra div if the browser is an iPhone, and it handles click events. PLAIN TEXT JAVASCRIPT: if (isIphone) { this.iphoneTarget = document.createElement(’div’); this.iphoneTarget.href = ‘#’; this.iphoneTarget.id = ‘iphoneTarget’; […]
More: continued here































