I have a webview on my android application and I loaded a URL on it. In the URL, javascript code should reload the page periodically.
But when "window.location.reload();" is called, a browser app comes front and reload the url int he browser.
I know how to reload the page using android code from the application but I would like to know how to refresh the page itself in the url page.
Any tips please?