App loads as zoomed-out when viewing on an iPhone through safari

I’ve created an app which can be found here:

http://tpullen-formtest.meteor.com

When I view this web page on an iPhone (5S) through safari, it is really zoomed out when it loads.

However, in the responsive design mode in Safari, when I choose the iPhone 5S res, it loads correctly.

Anybody have any ideas?

Place the following in your head section:

<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
2 Likes

Perfect, that’s solved it :slight_smile:

1 Like