<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/webkit-touch-callout/</link>
<title><![CDATA[禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[移动互联网与手机]]></category>
<pubDate>Mon, 24 Sep 2012 11:14:43 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/</guid> 
<description>
<![CDATA[ 
	　　苹果一直拒绝 UIWebView 内嵌 HTML5 页面的 iPhone、iPad APP应用上架到 App Store，建议这样的APP去做成Safari的Web应用。但是，苹果的审核人员只从界面、URL去判断是否HTML5的。有一次，一个 APP应用的URL地址被他们拷贝出来，放到浏览器中能够访问，然后，应用悲催地被拒绝上架了。<br/><br/>　　对付方法：<br/><br/>　　1、URL不让直接通过浏览器访问（UIWebView的请求Header头中加点东西，在服务器端将APP内嵌的访问和通过直接浏览器访问区分开来），或者通过浏览器访问时，返回JSON、XML信息，输出“Interface Error”，忽悠苹果审核人员说这是HTTP协议的接口，不是网页。<br/><br/>　　2、禁用、禁止 UIWebView 里面的链接长按弹出效果。加入一行 CSS 代码，禁用类似下图的链接长按弹出效果：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">html,body&#123;-webkit-touch-callout: none;&#125;</div><br/>　　<a href="http://zyan.cc/attachment/201209/touch-callout.jpg" target="_blank"><img src="http://zyan.cc/attachment/201209/touch-callout.jpg" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://zyan.cc/tags/webkit/" rel="tag">webkit</a> , <a href="http://zyan.cc/tags/touch/" rel="tag">touch</a> , <a href="http://zyan.cc/tags/callout/" rel="tag">callout</a> , <a href="http://zyan.cc/tags/iphone/" rel="tag">iphone</a> , <a href="http://zyan.cc/tags/ipad/" rel="tag">ipad</a> , <a href="http://zyan.cc/tags/ios/" rel="tag">ios</a> , <a href="http://zyan.cc/tags/uiwebview/" rel="tag">uiwebview</a> , <a href="http://zyan.cc/tags/html5/" rel="tag">html5</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24100</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>不锈钢合页 &lt;zhongda959@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 26 Sep 2012 02:09:52 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24100</guid> 
<description>
<![CDATA[ 
	学习到了很多东西！谢谢分享！
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24154</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>Dadait &lt;dadait@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 26 Sep 2012 10:08:58 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24154</guid> 
<description>
<![CDATA[ 
	原来还可以这样。
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24187</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>帅哥 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 27 Sep 2012 09:58:43 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24187</guid> 
<description>
<![CDATA[ 
	学习了 正适用的内容
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24289</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>不锈钢合页 &lt;761677679@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 02 Oct 2012 07:47:22 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24289</guid> 
<description>
<![CDATA[ 
	很好的文章，很喜欢，希望楼主能多写点！
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24292</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>眼镜偏光 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 02 Oct 2012 12:11:00 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24292</guid> 
<description>
<![CDATA[ 
	不错 学习了
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24379</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>不锈钢合页 &lt;zhongda959@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 08 Oct 2012 03:51:31 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24379</guid> 
<description>
<![CDATA[ 
	好文章，学习学习！
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24465</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>资料下载我看有点行 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 12 Oct 2012 00:21:48 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24465</guid> 
<description>
<![CDATA[ 
	不错，这方法，正用的上呢
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24496</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>north face coats &lt;meitinghu@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 13 Oct 2012 06:07:05 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24496</guid> 
<description>
<![CDATA[ 
	comes in bonfire and black colours and might be stuffed and <a href="http://www.northfacecoatsm.com/" target="_blank">north face coats</a> ike a sleeping bag to your convenience. Marmot has its personal tailor and tailor machine, also as a fairly superior system. At 1st, the group of Marmot usually meet the pioneers of field exploration and outside adventure to listen to their suggestions. And right after that, the group will verify and analyse the data and connected information. At last, they will style new scheme to resolve the new complications by continuously exploration and discussion.
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24608</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>不锈钢合页 &lt;zhongda959@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 22 Oct 2012 00:56:38 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24608</guid> 
<description>
<![CDATA[ 
	写的太好了很喜欢看这样的文章
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24612</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>常德招聘 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 22 Oct 2012 03:12:42 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24612</guid> 
<description>
<![CDATA[ 
	不错，这方法，正用的上呢
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24613</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>常德招聘 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 22 Oct 2012 03:13:41 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24613</guid> 
<description>
<![CDATA[ 
	<a href="http://www.736job.com/" target="_blank">常德人才网</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24828</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>融资 &lt;balabala9998@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 29 Oct 2012 01:39:21 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24828</guid> 
<description>
<![CDATA[ 
	不错不错谢谢分享啊
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24829</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>融资 &lt;balabala9998@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 29 Oct 2012 01:39:58 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24829</guid> 
<description>
<![CDATA[ 
	不错哦，哈哈<br/><a href="http://www.qian999.com/" target="_blank">融资</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24830</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>折弯机模具 &lt;oohmygods@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 29 Oct 2012 01:55:35 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24830</guid> 
<description>
<![CDATA[ 
	<a href="http://www.zwjdjx.com" target="_blank">折弯机模具</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/webkit-touch-callout/#blogcomment24852</link>
<title><![CDATA[[评论] 禁用 UIWebView 里面的链接长按弹出效果]]></title> 
<author>小韩手表网 &lt;wiliiwin@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 29 Oct 2012 17:10:59 +0000</pubDate> 
<guid>http://zyan.cc/webkit-touch-callout/#blogcomment24852</guid> 
<description>
<![CDATA[ 
	很不错的文章 学习了&nbsp;&nbsp;<a href="http://www.xhshoubiao.com" target="_blank">手表品牌大全</a>
]]>
</description>
</item>
</channel>
</rss>