One bug report and one change request (build V2.1.3015.3):
1. mobile_logic.js / cmbZone_SelectedIndexChanged() sets the incorrect path. It is missing the "/mControl" portion of the path (on WHS?). I modified it as follows to get it to work for me:
HTML Code:
location.href = "http://" + location.host + "/mControl/Mobile.aspx?Zone=" + cmbZones.value;
2. Adding the following line to the HEAD-secion of Mobile.aspx (and the other pages) will set the zoom level to be much better on the iPhone:
HTML Code:
<meta name="viewport" content="width = 240" />
//Tomi B.