I want to load gmail inside an iframe.
It is small so that a iphone version gmail would be more suitable.
However google change the address automatically to the PC version.
Could anyone help?
Is there any permanent address for the iphone gmail?
PS. i need to use Chrome.
Thanks!!
I want to load gmail inside an iframe. It is small so that a
Share
You should change the user agent parameter in the HTTP header to the one the iPhone’s using. It’s something like
Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3When you’re using this parameter in the header, you’ll always get the iPhone version of Gmail. You could do this manually, or you could download an add-on to accomplish the same; the User Agent Switcher add-on for Firefox is one.