Safari cell phone only boot error

I hope someone here can help. We only had a problem with the HTML / CSS website that we developed, but only in mobile Safari over the cellular network. The site loads on devices if they are connected to a Wi-Fi network, albeit in other browsers, such as Opera Mini, over a cellular network. Watch this video: http://youtu.be/W0lF6OwgLhI

If you don't see the video, the site url is http://www.ringelgroup.com This same issue has been found on multiple devices in different locations. Any ideas on what's going on?

Thanks, Erick

0


source to share


1 answer


I had the same problem and found a solution from another post Remove wierd characters in XML file

You must set a title for your content. In your example, it will be text / html, I think because it's html.



<head>
  <title>Page name</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>

      

0


source







All Articles