-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
api: Explain how to create a WebView #43712
Copy link
Copy link
Closed
Labels
A-apiIssues dealing with Servo's embedding APIIssues dealing with Servo's embedding APIC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Metadata
Metadata
Assignees
Labels
A-apiIssues dealing with Servo's embedding APIIssues dealing with Servo's embedding APIC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Type
Fields
Give feedbackNo fields configured for issues without a type.
the docs for WebView never explain how to create a WebView. the page only lists an internal pub(crate) method new(), which is unhelpful because you can’t actually use it in embedder code. the correct way to create a WebView is to use WebViewBuilder.
let’s document that on the page for WebView.