javascript - ios navgationTiming的responseStart > responseEnd? 會使什么原因造成的
問題描述
如題。場景:iOS 的webview 在頻繁切換頁面的情況下會出現(xiàn)responseStart > responseEnd的情況
訪問: http://xw.qq.com/index.htm
{ 'navigationStart': 1498131593687, 'redirectStart': 0, 'redirectEnd': 0, 'fetchStart': 1498131593687, 'domainLookupStart': 1498131593702, 'domainLookupEnd': 1498131593707, 'connectStart': 1498131593714, 'secureConnectionStart': 1498131593731, 'connectEnd': 1498131593731, 'requestStart': 1498131593733, 'responseStart': 1498131593740, 'responseEnd': 1498131587076, 'unloadEventStart': 0, 'unloadEventEnd': 0, 'domLoading': 1498131593713, 'domInteractive': 1498131593890, 'domContentLoadedEventStart': 1498131593890, 'domContentLoadedEventEnd': 1498131593894, 'domComplete': 1498131594897, 'loadEventStart': 1498131594899, 'loadEventEnd': 1498131594901, 'pageTime': 1498131596323}
問題解答
回答1:還真沒注意過這種情況,剛才看了規(guī)范,不太像正常情況,懷疑是webview的實現(xiàn)bug。麻煩再詳述一下重現(xiàn)步驟:如果能高頻重現(xiàn),就提交一個bug給iOS~
相關文章:
1. javascript - 最近用echarts做統(tǒng)計圖時遇到兩個問題!!2. javascript - webpack-dev-server和webpack沖突嗎3. 為什么redis中incr一個“0” 會報錯?4. 淺談Vue使用Cascader級聯(lián)選擇器數(shù)據回顯中的坑5. node.js - less-loader 使用Mixins出錯6. 前端 - 怎樣讓scale縮小的元素不占據原來的空間?7. 利用IPMI遠程安裝centos報錯!8. android - 使用百度sdk調用SDKInitializer.initialize(this)時報錯?9. celery+redis 怎么看redis里面的內容10. android - 優(yōu)酷的安卓及蘋果app還在使用flash技術嗎?

網公網安備