I have a shiny app published on shinyapps.io. I also have an Android Webview app which points to the shiny app. If the shiny app times out and disconnects (instance idle timeout = 15 mins) and then reconnects, the shiny app reloads in the device's browser rather than in the Webview app. Is there anyway to get it to reload within the Webview app? If not, I will probably have to abandon the Webview shell and just use the browser.