pichillilorenzo / flutter_inappwebview

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
https://inappwebview.dev
Apache License 2.0
3.32k stars 1.64k forks source link

select option not show running in Android Tablet device when use inappwebview #400

Closed lyh20190329 closed 3 years ago

lyh20190329 commented 4 years ago

I use the inappwebview plugin to open H5,and H5 has

2、flutter code like: InAppWebView( initialUrl: this._url, initialHeaders: {}, initialOptions: InAppWebViewGroupOptions( crossPlatform: InAppWebViewOptions( debuggingEnabled: false, transparentBackground:true, clearCache:true, javaScriptEnabled:true, javaScriptCanOpenWindowsAutomatically:true, ), android: AndroidInAppWebViewOptions(allowFileAccessFromFileURLs:true, appCachePath:_path, mixedContentMode:AndroidMixedContentMode.MIXED_CONTENT_ALWAYS_ALLOW, thirdPartyCookiesEnabled:true,), ), onWebViewCreated: (InAppWebViewController controller) { _inAppcontroller = controller; //_inAppcontroller.clearCache(); }, ...... ....... I use the inAppWebview version is 3.4.0

Which expert clicks, thank you very much!!

lyh20190329 commented 4 years ago

H5 CODE like: ****

lyh20190329 commented 4 years ago

H5 CODE like: /---- ---/

lyh20190329 commented 4 years ago

微信图片_20200616104003

lyh20190329 commented 4 years ago

微信图片_20200616104643

lyh20190329 commented 4 years ago

it works ok in phone mobile device 微信图片_20200616105055

lyh20190329 commented 4 years ago

For some reason, tapping on the rendered