WKWebView选择html文本和浏览区效果不一样

新手上路,请多包涵

问题描述

在使用WKWebView渲染一段纯文本代码时,样式丢失,但是在浏览器中解析就能正常渲染

相关代码,html文本

123

<br/>--------------原始邮件--------------<br/>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
    
     <head>
        
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        
          <title>BUG #10230 【Android】--左滑邮件--删除有问题</title>
        
          <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        
         </head>
    
    <body style="background-color: #e5e5e5;">
        
         <table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size: 13px; color: #333; line-height: 20px; font-family: "Helvetica Neue",Helvetica,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",Tahoma,Arial,sans-serif;">
            
            <tr>
                
                <td>
                    
                    <table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border: none; border-collapse: collapse;">
                        
                        <tr>
                            
                            <td style="padding: 10px 0; border: none; vertical-align: middle;"><strong style="font-size: 16px">卓朗科技</strong></td>
                            
                        </tr>
                        
                    </table>
                    
                    <table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; background-color: #fff; border: 1px solid #cfcfcf; box-shadow: 0 0px 6px rgba&#40;0, 0, 0, 0.1&#41;; margin-bottom: 20px; font-size:13px;">
                        
                        <tr>
                            
                            <td>
                                
                                <table cellpadding="0" cellspacing="0" width="600" style="border: none; border-collapse: collapse;">
                                    
                                    <tr>
                                        
                                        <td style="padding: 10px; background-color: #F8FAFE; border: none; font-size: 14px; font-weight: 500; border-bottom: 1px solid #e5e5e5;"><a href="http://172.27.105.196/zentao/bug-view-10230.html" style="color: #333">BUG #10230 【Android】--左滑邮件--删除有问题</a>
                                            
                                        </td>
                                        
                                    </tr>
                                    
                                </table>
                                
                            </td>
                            
                        </tr>
                        
                        <tr>
                            
                            <td style="padding: 10px; border: none;">
                                
                                <fieldset style="border: 1px solid #e5e5e5">
                                    
                                    <legend style="color: #114f8e">重现步骤</legend>
                                    
                                    <div style="padding:5px;"><p>[步骤]左滑邮件,点击删除</p>
                                        
                                        <p>[结果]提示邮件已删除,实际没有删除成功,没撤销倒数5秒</p>
                                        
                                        <p>[期望]</p></div>
                                    
                                </fieldset>
                                
                            </td>
                            
                        </tr>
                        
                        <tr>
                            
                            <td style="padding: 10px; background-color: #FFF0D5">
                                
                                <span style="font-size: 16px; color: #F1A325">●</span> &nbsp;<span>2018-07-19 22:27:24, 由 <strong>杨美</strong> 创建。
                                    
                                </span>
                                
                            </td>
                            
                        </tr>
                        
                    </table>
                    
                </td>
                
            </tr>
            
             </table>
        
    </body>
    
</html>

希望能得到解决

阅读 1.9k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题