Mobile Safari Cellular Only Loading Error

╄→гoц情女王★ 提交于 2019-12-25 03:35:22

问题


I'm hoping someone here can help. We are experiencing a problem with an HTML/CSS only website we've developed but only in mobile Safari over a cellular network. The website loads on devices if they are connected to a wifi network though, and in other browsers like Opera Mini over the cellular network. Have a look at this video: http://youtu.be/W0lF6OwgLhI

In case you can't see from the video, the site URL is http://www.ringelgroup.com This same issue has been seen on multiple devices in various locations. Any ideas on what's going on?

Thanks, Erick


回答1:


I had the same issue and found a solution from another post Remove wierd characters in xml output

You have to set the header for your content. In your example it would 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>


来源:https://stackoverflow.com/questions/25064937/mobile-safari-cellular-only-loading-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!