Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goo ring x fix windows call handler crash #2454

Open
wants to merge 2 commits into
base: v6.2.0-beta.3
Choose a base branch
from

Conversation

GooRingX
Copy link
Contributor

Fixed the crash caused by calling a non-existent handler in js under Windows.
js code for test:
window.flutter_inappwebview.callHandler('testCrash').then(function(result) {
return result;
}).catch(function() {
});

…Windows.

js code for test:
window.flutter_inappwebview.callHandler('testCrash').then(function(result) {
   return result;
}).catch(function() {
});
@GooRingX GooRingX closed this Dec 11, 2024
@GooRingX GooRingX reopened this Dec 11, 2024
@GooRingX GooRingX changed the base branch from master to v6.2.0-beta.3 December 11, 2024 08:11
custom_platform_view.dart 位置 _CustomPlatformViewState.initState.<fn> 行 299 在 flutter_inappwebview_windows
In App
custom_platform_view.dart 位置 CustomPlatformViewController.initialize 行 160 在 flutter_inappwebview_windows
@probot-autolabeler probot-autolabeler bot added android iOS linux Linux platform macOS macOS platform platform_interface Platform Interface plugin flutter_inappwebview plugin windows Windows platform web labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android iOS linux Linux platform macOS macOS platform platform_interface Platform Interface plugin flutter_inappwebview plugin web windows Windows platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant