webviewx icon indicating copy to clipboard operation
webviewx copied to clipboard

Is there a way to load the content way ahead.

Open vmwsree opened this issue 4 years ago • 1 comments

I know this is not stack overflow but still. What method can i use to preload the webview before its pushed in stack.

vmwsree avatar Oct 22 '21 04:10 vmwsree

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 :)

adrianflutur avatar Oct 28 '21 20:10 adrianflutur