I had the same problem, and setting the maximum-scale=1.0 worked for me.
Edit: As mentioned in the comments this does disable user zoom except when the content exceeds the width-resolution. As mentioned, this might not be wise. It might also be desired in some cases.
The viewport code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;">