niva icon indicating copy to clipboard operation
niva copied to clipboard

一个基于 Tauri WRY 跨端 Webview 库的超轻量极易用的跨端应用开发框架。

Results 79 niva issues
Sort by recently updated
recently updated
newest added

下载了两个版本的压缩包,解压后。 程序正常运行。 但是程序界面为白屏

bug

使用新建项目demo,调试正常,点击构建提示构建完成后在文件夹内并没有生成exe执行文件 版本 Windows 11 专业版 版本 22H2 操作系统版本 22621.1702

bug

大多数情况下,并不需要 nodejs

enhancement

![image](https://github.com/bramblex/niva/assets/46518383/01c34af8-5d1d-40d0-b123-069218eacc7f) 希望支持其它事件,如: - window.minimized - window.maximized - window.restored 或者实现 - window.minimizeRequested - window.maximizeRequested - window.restoreRequested

enhancement

# When maximize, the black footer display above the taskbar ## Description When I maximize the `DevTools`, there is a black footer display above the taskbar. ![image](https://github.com/bramblex/niva/assets/59305952/993764f2-f54d-4580-9da7-7b9572e165d3) See the image...

bug

Public `Niva` api to `window`, especially `Niva.api.fs`, `Niva.api.process.exec`, etc. Is very dangerous when having XSS attack. Please consider add api permission control (maybe like [Deno Permissions](https://deno.com/[email protected]/basics/permissions)) in `niva.json` or somewhere...

enhancement

I'm currently creating an app which is just a GUI frontend of a cli exe. So I need to `exec` that cli executable and keep read it's stdout and write...

enhancement

目前选项 window:{entry:"index.html"},只能为本地地址,如果使用 http://a.com ,则提示os error。能否增加一个兼容,允许直接填写url。有时需要为一个已存在的站点简单打包。

enhancement

`Niva.api.http`返回的body为string类型,如何获取二进制数据,例如获取一个图片的数据。 能否参照浏览器的`fetch`方法,实现一个 `Niva.api.http.fetch`

enhancement