简体   繁体   中英

Does UIWebView in iOS 3 not support webkit column layout?

I am using -webkit-column- ... css properties to accomplish nice line breaks in my UIWebView:

   #content {
    height: 460px;
    -webkit-column-width: 320px;
    -webkit-column-gap: 0px;
    }

This way text lines wraps from page to page without being cut off in the middle (book style).

It works perfectly from the iOS 4.x, but not in iOS 3.x (3.0, 3.1). Where can I find detailed UIWebView changelog of supported css attributes?

经过测试后,再次检查并使用iOS 4运行相同的样式-看来此CSS属性仅从4.x起得到支持。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM