the first time load web page fail at offline.
then I connect network call reload()
to refresh current page, but it is not work, the WKNavigationDelegate
can't get any callback.
the function reloadFromOrigin()
also not work
but the doc says:
/*! @abstract Reloads the current page.
@result A new navigation representing the reload.
*/
- (nullable WKNavigation *)reload;
/*! @abstract Reloads the current page, performing end-to-end revalidation
using cache-validating conditionals if possible.
@result A new navigation representing the reload.
*/
- (nullable WKNavigation *)reloadFromOrigin;
Can someone help