I\'m working on a mobile website which has \"pages\" that have div\'s which take up the screens full size and you can scroll between each one. The problem is, the window resizes
Are you looking at iPhone? I don't know about Android, but on iOS 7 for iPhone it's not possible. One thing you could do is use minimal-ui
to have an always-minimized navigation bar, keeping a consistent size for the window:
http://visuellegedanken.de/2014-03-13/viewport-meta-tag-minimal-ui/
I hope that helps!