-
Notifications
You must be signed in to change notification settings - Fork 696
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
A duplicate WebView window is displayed at the bottom left of the screen in macOS. #1066
Comments
Thank you for the report, it is not intentional. I fixed it in #1067 and updated binaries.
Though it depends on how the plugin will be used, I basically don't recommend. The implementation has been utilized mainly for debugging and at least I and my collegues have never used it in production. It cannot treat well key inputs (especially CJK inputs) and may have other limitations. It is better to check other more complete solutions such as discussed in #1057 (comment) .
Yes, it is one of limitations of the current implementation: #1059 (comment) . |
@KojiNakamaru Thank you for the prompt response.
I will check and update here.
We've already looked into the 3D WebView plugin you recommended, but it doesn't support macOS with Apple Silicon chips. I apologize for the inconvenience. Do you have any other plugin recommendations that support macOS and Windows? We are not targeting mobile platforms at the moment. |
The same developer provides a plugin for macOS/Windows, too: https://assetstore.unity.com/packages/tools/gui/3d-webview-for-windows-and-macos-web-browser-154144 |
@KojiNakamaru I was referring to this only. It does support macOS x64 architecture (Intel-based) but doesn't currently support arm64 (Apple Silicon-based) systems. |
Ah, sorry. https://store.vuplex.com/webview/windows-mac however describes the following:
Therefore Rosetta is still required but the application itself can be apple silicon-based. Also, as recent CEF (Chromium Embedded Framework) daily builds provide apple-silicon binaries, you could contact the developer about apple-silicon support of the chromium process. |
Thanks for your time, @KojiNakamaru . I've reached out to the developers, and they plan to provide support by the end of this year. That's why I was considering using this library as an alternative until then. |
Vuplex's solution is much more complete one than this plugin. Personally it seems insignificant that the chromium process requires Rossetta. |
In macOS, a duplicate window appears at the bottom left of the screen. Is this intentional? When I attempt to resize this window, the content inside my main window shifts. Please see the attached screenshot.
Is this intentionally done? I am trying to run the sample app and encountered with this issue.
@KojiNakamaru I also need your advice on the following points:
The text was updated successfully, but these errors were encountered: