webviewx
webviewx copied to clipboard
Is there a way to load the content way ahead.
I know this is not stack overflow but still. What method can i use to preload the webview before its pushed in stack.
Hi, I'm not sure I understand what you mean by 'ahead'. If you want to somehow load the content without showing it and then show it at a later time, then I don't think it's possible by default. I guess you may(?) be able to store the webview widget in a variable and call build() upon it manually by providing the current context, but even if it works, that's very bad practice, so please don't :)