-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/packages
#3324Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: productionIssues experienced in live production appsIssues experienced in live production appsc: crashStack traces logged to the consoleStack traces logged to the consolep: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
webview_flutter: ^4.0.2
Fatal Exception: java.lang.IllegalStateException: Could not find identifier for WebView.
at io.flutter.plugins.webviewflutter.WebViewClientFlutterApiImpl.onPageStarted(WebViewClientFlutterApiImpl.java:82)
at io.flutter.plugins.webviewflutter.WebViewClientHostApiImpl$WebViewClientImpl.onPageStarted(WebViewClientHostApiImpl.java:49)
at eC0.b(chromium-TrichromeWebViewGoogle.aab-stable-535907933:15)
at ka.handleMessage(chromium-TrichromeWebViewGoogle.aab-stable-535907933:538)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:238)
at android.os.Looper.loop(Looper.java:349)
at android.app.ActivityThread.main(ActivityThread.java:8241)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
same crash occurs in
WebViewClientFlutterApiImpl.requestLoading
WebViewClientFlutterApiImpl.onProgressChanged
WebViewClientFlutterApiImpl.onReceivedRequestError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: productionIssues experienced in live production appsIssues experienced in live production appsc: crashStack traces logged to the consoleStack traces logged to the consolep: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically