'firefox-ios: webView.load() and open link in current tab vs a new tab

When a link is opened in a new tab, webView.load() is called to get the web content.

However, when a link is opened in current tab, I did not see webView.load() is called. Is webView.load() never called in this case? How does Firefox get the web content is this case then?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source