WebSettings constructor
WebSettings({
- JavascriptMode javascriptMode = JavascriptMode.unrestricted,
- bool enabledDebugging = false,
- bool allowsInlineMediaPlayback = true,
- bool allowsAutoMediaPlayback = true,
- bool enabledZoom = true,
Implementation
WebSettings({
this.javascriptMode = JavascriptMode.unrestricted,
this.enabledDebugging = false,
this.gestureNavigationEnabled = false,
this.allowsInlineMediaPlayback = true,
this.allowsAutoMediaPlayback = true,
this.enabledZoom = true,
this.deleteWindowSharedWorker = true,
});