I'm building the next mobile megahit! It is a grid-based game that uses "Letterbox scale". I'm using PhoneGap Build to port to ios. I'm targeting the iPhone 5, 6, and 6s aspect ratio and all other ratios will have black bars. No problem and working great. UNTIL the focus goes on the textbox where the user enters their name for the high-scores. As soon as the textbox gets focus, the iPhone keyboard pops up and the entire app scales very small and off the top of the screen with lots of black space around it. Once the name is entered and the user presses "Done", the screen goes back to normal. How do I prevent this unwanted scaling? I can't use Scale inner or Scale outer for the whole game because the entire grid has to be on the screen at all times.