I'm curious if anyone has a list of best practices or modifications needed to make an app feel as native as possible. I'm already disabline context menus but still have things like zooming on double-click, or the form auto-fill on windows. I'm sure there's more things to disable that I haven't discovered yet.
It would be nice if tauri had something like a native: true option that applied all of the changes needed to make the webview not behave like it's an actual webview.
#Best practices or defaults for a native feeling app?
8 messages · Page 1 of 1 (latest)
I found another one to disable; ctrl+f on windows
and another one, crtl+r and F5 for refresh
I think this is a good question. and i aslo want to know if there is a native style front-end component library. After all, electronics are already very common.
maybe we can collect them here and then add them on github ?
If you want to customize window borders while keeping a native feeling there's this awesome component https://github.com/agmmnn/tauri-controls
Another thing to disable is the possibility to zoom on mobile with two fingers
Amazing! Thanks for sharing. I was looking for exactly this yesterday and only found a few half-abandoned projects on GitHub, so I started making my own from scratch. This is much better!