Webview | Is it possible to call setIndexFile after initialization?
-
I'd like to set it with a button, but I get the error "Frame load interrupted."
I'm trying this approach because I don't want the website to load every time the plugin opens — only when the user clicks a button.
-
@bendurso I came up with another solution that worked. First, I load an HTML page with a spinner, and then I use WebView.callFunction from the button to run a script that loads the actual page.
-
B bendurso marked this topic as a question
-
B bendurso has marked this topic as solved