标签:android style http io os on 问题 log ef
1. 页面中不能有 `style` tag, 如果有, 则下面写法的不会调起轮播:
<a href="weixin://viewimage/`YourImageURL`">
AnyThing
</a>
android don‘t work
ios is ok
2. 如果标签中有 `img` tag, 属性不能有百分比, 例如不能有 `width="100%"` 标记
<a href="weixin://viewimage/http://www.baidu.com/img/bdlogo.gif">
<img src="http://www.baidu.com/img/bdlogo.gif" width="100%">
</a>
如果有 width="100%" 标记, 会导致 android 调起轮播失败, 但是不会有任何提示
ios 系统的 ok
标签:android style http io os on 问题 log ef
原文地址:http://www.cnblogs.com/ln0218/p/4164143.html