fluttercommunity / fluttercommunity/flutter_webview_plugin
flutter_webview_plugin not support http proxy or socks proxy?
- 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.