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

fix(macos): remove webview ivar in WryWebView #943

Merged
merged 3 commits into from
Apr 26, 2023

Conversation

pewsheen
Copy link
Contributor

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

Checklist

Other information

webview ivar on set on macos, thus ios will panic on runtime when building innerwebview.

Synthesize mouse event is good after replacing webview with this, also fixing ios runtime panic.

@pewsheen pewsheen requested a review from a team as a code owner April 26, 2023 14:17
.changes/remove-webview-ivar.md Outdated Show resolved Hide resolved
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
@amrbashir amrbashir changed the title fix(macos): remove webview ivar in WryWebView fix(macos): remove webview ivar in WryWebView Apr 26, 2023
@amrbashir amrbashir merged commit c9002c1 into tauri-apps:dev Apr 26, 2023
@github-actions github-actions bot mentioned this pull request Apr 26, 2023
@pewsheen pewsheen deleted the remove-ivar-webview branch November 7, 2023 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove webview ivar in WryWebview class
2 participants