Удивительно, что только на IOS, видимо, другие браузеры более лояльные.
Все мета-теги надо в head добавлять, а не после:
<head lang="ru"></head>
<meta charset="UTF-8">
<title>coha</title>
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="path/to/image.jpg">
<script src="js/flexibility.js"></script>
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="css/jquery.formstyler.css">
Еще рекомендую добавить теги:
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="width">