Domain Forwarding Trouble

My web app displays correctly when I use the original Amazon EC2 server URL. The page fills the whole screen as expected. However, if I access the same web app over the forwarded domain (Forward with Masking) the page is too small. I guess the app is displayed in a frame and consequently the viewport meta tags are ignored because they are inside the frame instead of in the head section.

Any tips how to correctly achieve the domain forwarding without breaking my app?

Thanks,

Dieter

I believe I solved my issue. Instead of using "Domain Forwarding with Masking" I setup a CNAME record. That seems to eliminate the frame and sizing works like expected.

Good :)