Amr Bashir
Amr Bashir
I will be refactoring our js api and aiming to make the it more familiar to users coming from electron/js-land so it is easier to migrate. Some of current functions...
### What kind of change does this PR introduce? - [ ] Bugfix - [X] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...
### What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Docs - [ ] New Binding issue #___ - [...
I have a bad habit of providing options at the end of the command: ``` rm .\some-directory\ -rf ``` and since I use Tab to autocomplete the path in powershell,...
Awesome project, I am glad I found it. One thing that bother me is going into fullscreen for a video doesn't hide the bar which is kinda annoying since I...
I'd like to control the bar transparency, ideally through the `DefaultWidgetBackground` with something like this `new Color(0xff,0xff,0xff,0xBA)`. I'd be happy to help but since I am not that good with...
Using the [`keyboard_types`](https://docs.rs/keyboard-types/latest/keyboard_types/) crate as a standardized keyboard crate among the ecosystem. see https://github.com/tauri-apps/tao/issues/460
I think it is a valid use-case to only constrain the window width or height. I think an implementation of this would be similar to `LogicalSize` and `PhysicalSize` > I...
This PR has workflows setup to publish 2.0 alpha/beta releases to crates.io, npm, and github releaes with the aim to be able to test this rewrite and the new templates...
I am using a custom template where the activity name is the default android name `.MainActivity`, with this PR I can just do `cargo android run -a .MainActivity` I kept...