WebView
It shows a html page in the context of your view. A Web-Renderer must use an IFrame to avoid any problems or sandboxing security flaws.
Constructors
WebView
Methods
| Method | Description |
|---|---|
Allow(allow string) | |
Frame(frame ui.Frame) | |
Raw(raw string) | Raw html code which is passed into the frame. |
ReferrerPolicy(referrerpolicy string) | |
Src(src core.URI) | |
Title(title string) |