Sign in to leave a comment.
Tauri is about to release native context menu support in the next release, so we should be able to set a custom one that still includes copy/etc
https://github.com/tauri-apps/tauri/issues/4454
I was just going to create a post about this.
I also suggest disabling this behaviour to make the app experience feel more native.
This is usually as easy as:
window.addEventListener(“contextmenu”, e => e.preventDefault())
Tauri is about to release native context menu support in the next release, so we should be able to set a custom one that still includes copy/etc
https://github.com/tauri-apps/tauri/issues/4454
I was just going to create a post about this.
I also suggest disabling this behaviour to make the app experience feel more native.
This is usually as easy as: