-
Notifications
You must be signed in to change notification settings - Fork 121
Difficulty in using webview #32
Comments
Hi, mostly it depends on what webpage you want to embed in the webview. In this situation, what you want to use is You can read more about this and other limitations here #27. Let me know if you have any other questions. |
I'm still getting an
That container is then used in a
I tried wrapping the Here's the error printed in the log
|
I think I see what the issue is, but first.. Is embedding a youtube video your goal? If so, then you may use the original Now about the issue. I'll fix this, but until then you can set the |
No, I'm just using youtube videos as like the |
Hi, the null error has been addressed. You can check out the changes here As for embedding buymeacoffee and things alike, you should be able to do that without any issues but..my opinion is that you could do it easier by just using the underlying HtmlElementView to create a simple |
Closing this for now, please open another issue if you still need help or encounter any other issues. |
Hey! The example app looks kinda complex for my use case and I can't seem to get the
webviewx
plugin working. I want to embed a webpage in a container in Flutter web, here's what my code currently looks like.I want the initial content to be the webpage I plan to embed itself, the idea is that a user will click an icon and it will bring up a webpage. I tried changing the
initialContent
parameter to a link and theinitialSourceType
parameter toSourceType.url
but that gives me anunexpected null value
error when running build.The text was updated successfully, but these errors were encountered: