Embedded Automation Forum  

Go Back   Embedded Automation Forum > mHome Products > mControl > mControl Add-in for Windows Home Server
Register Forums FAQ Members List Calendar Search Today's Posts Mark Forums Read

mControl Add-in for Windows Home Server Discussions related to the mControl Add-in for Windows Home Server

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-10-2008, 05:47 AM
docbliny docbliny is offline
Member
 
Join Date: Mar 2008
Posts: 33
Default Mobile.aspx with iPhone and WHS

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.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:58 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.