shiny app with Android Webview reconnects in browser

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.

I've circumvented this problem by using shinymobile and making the app a Progressive Web App

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.