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

white screen on macOS 10.15 #395

Closed
mattyg opened this issue Mar 7, 2024 · 3 comments · Fixed by #400
Closed

white screen on macOS 10.15 #395

mattyg opened this issue Mar 7, 2024 · 3 comments · Fixed by #400

Comments

@mattyg
Copy link
Collaborator

mattyg commented Mar 7, 2024

The app launches, but the window just has a white screen on mac os 10.15

@mattyg
Copy link
Collaborator Author

mattyg commented Mar 7, 2024

I reproduced the issue on an emulated mac running macOS 10.15.5:

The issue is caused by the webkit version in the not supporting some required javascript features.

Overview

Recommended resolution

  • macOS 10.15.7 can be updated to safari 15.x, but this does not update the webview used by tauri -- which is still the webkit version from safari 13.1 (see https://tauri.app/v1/references/webview-versions/ )
  • macOS 11 includes a webview with the same webkit version used in safari 14.x
  • Safari 14.x includes all our required JS features
  • We should require users to be on macOS 11 or later
  • We should set the minimum system version to macOS 11, so it displays a dialog and fails to launch if they are running on an older os

@mattyg
Copy link
Collaborator Author

mattyg commented Mar 7, 2024

Unfortunately, while macOS 10.15 supports up to Safari 15.x, the webview used by tauri is still the same as Safari 13.x, and thus does not have our required features. I think we'll want to require users on macOS 11+, but will confirm.

@mattyg
Copy link
Collaborator Author

mattyg commented Mar 8, 2024

Confirmed the app ui renders properly on mac OS 11

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 a pull request may close this issue.

1 participant