My main UIViewController contains a WKWebView. When opening the app, the WKWebView loads an URL in the UIViewController's viewDidLoad method. A web page is displayed in the WKWebView. When the app goes in the background state for a short time and goes back in foreground, the WKWebView reloads the URL. Concerning the WkNavigationDelegate there is no logic inside the didStartProvisionalNavigation method.
Question is : What makes WKWebView reloading when it is back to foreground state ?