I have a question not so much related to NT as it is a general question regarding how to forward a registered domain name so that a mobile website (developed with NT) retains it's mobile 'framework'. I am forwarding a domain name to the IP address of the server that hosts the web server, since I do not want the IP address to show in the URL bar. Typically this has never been a problem for our regular NT web applications since they were not designed for mobile platforms - and it works great. However, what happens in the mobile environment is that the web site does not size to the mobile device as it would if you enter the URL directly. These are the two options I have to forward a domain to an IP address:
1) Regular Forwarding service, which works correctly in displaying the mobile application in the correct screen resolution. However, it displays the IP URL address in the URL bar instead of the domain name.
2) Frame Redirect, which works perfectly for showing only the domain name in the URL bar, however the mobile application is greatly diminished in size (as if it does not recognize the mobile device or viewport mode). This occurs whether I am linking from a regular website, or type the domain name directly into the URL bar.
I have the NT mobile app compiled specifically in 'mobile' mode, am using viewport and it works perfectly well as long as I enter the actual IP address:port.
Any recommendations on how to accomplish showing just the domain name in the URL bar as well as having the mobile app take on the characteristics of the mobile device as it does normally when an IP address is entered? Thanks.