fluttercommunity / fluttercommunity/flutter_webview_plugin

flutter_webview_plugin not support http proxy or socks proxy?

Aperta
#843 1 commento 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
1.5k
Fork
938
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

# I want use proxy in flutter_webview_plugin, that not provide property to set proxy!

const WebviewScaffold({
Key key,
this.appBar,
@required this.url,
this.headers,
this.javascriptChannels,
this.withJavascript,
this.clearCache,
this.clearCookies,
this.mediaPlaybackRequiresUserGesture = true,
this.enableAppScheme,
this.userAgent,
this.primary = true,
this.persistentFooterButtons,
this.bottomNavigationBar,
this.withZoom,
this.displayZoomControls,
this.withLocalStorage,
this.withLocalUrl,
this.localUrlScope,
this.withOverviewMode,
this.useWideViewPort,
this.scrollBar,
this.supportMultipleWindows,
this.appCacheEnabled,
this.hidden = false,
this.initialChild,
this.allowFileURLs,
this.resizeToAvoidBottomInset = false,
this.invalidUrlRegex,
this.geolocationEnabled,
this.debuggingEnabled = false,
this.ignoreSSLErrors = false,
}) : super(key: key);

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.