Quick and dirty login mod for iPhone/Goggle OS.

I was just setting up the hotspot for my friends but was running an issue where my itouch and google phone would be just way to zoomed out for the default page. after looking at the code, I thought “Hell, its just missing the viewpoint”

I am making a simpler text interface, I thought I give the code for those who just want something to work.

Just put this right after the tag in the html code of the default hotspot login.html

<meta name="viewport" content="width=device-width" />

nice tip! thanks