Whenever I click on a link, such as in index.html and then select "contact" to go to the external page contact.html, there is a noticeable delay in loading the second page. This delay leads to the creation of a blank page while contact.html is still loading. My current development environment is on a Raspberry Pi 3 running Ubuntu OS.
The issue I am facing is finding a way to eliminate the blank page that appears during the transition from index.html to contact.html within electron. Do you have any suggestions on how to solve this problem?