WKWebView Cache manifest not working IOS8

前端 未结 2 1462
傲寒
傲寒 2021-02-09 16:58

Cache manifest works fine and events fired in safari in IOS 8. Not working at all in WKWebView anyone else solve this issue?

import UIKit

import WebKit

2条回答
  •  醉梦人生
    2021-02-09 17:17

    Just for the record, this question appears to have been asked on and linked from the Apple Developer Forums. The official response from Apple is that the HTML5 Application Cache functionality is not available in WKWebView:

    The offline application cache is not enabled in WKWebView. Feel free to request that it be made available via https://bugreport.apple.com.

提交回复
热议问题