Closed ahkohd closed 1 year ago
My next objective is to develop a Tauri plugin called tauri-nspanel
. This plugin will serve as a valuable tool for creating NSPanels in Tauri's NSWindow, allowing us to streamline the process and enhance our overall workflow.
Here is it! https://github.com/ahkohd/tauri-nspanel
Although the current implementation on our main branch for displaying NSWindow over full-screen apps has been effective, we encountered a setback in the Ventura release due to Apple blocking our workaround. After extensive experimentation over the past week, I have discovered a technical solution: creating an
NSPanel
from a TauriNSWindow
. By implementing this approach, we can make the spotlight window as intended without using any workarounds or hacks.Demo