Developing Drupal Applications for Mobile
David Tiede gibt einige Hinweise wie man mit Drupal 7 eine Mobile-Version seiner Webseite realisieren kann.
Developing a mobile version (for example an iPad version) of your Drupal 7 website can be a fairly straight forward process. Without getting into performance and optimization, I’ll demonstrate how a simple custom module can provide you the flexibility to change the output for an iPad ready version of your site. Bear in mind there are a number of ways to do this, and the best solution for you will depend on your application or website and your end goal. For instance, you may want to load a completely different theme, or simply output alternative html and slightly modified node templates (for example). I’ll demonstrate how you can replace your theme’s html with HTML5 and using a modified node template. This should get you started if you’ve ever been wondering how to do this.

