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

前端如何与C#的动态库dll进行交互

可以设置加载一个网络url地址吗

For those new to the process, configuring settings directly through json can be quite complex and may require referring to documentation. Perhaps a more user-friendly approach would be to offer...

enhancement

系统信息 工具版本 `v0.9.10` ![image](https://github.com/bramblex/niva/assets/46518383/2a7d7752-7dc4-435a-a228-79030152e31c) 文件 **niva.json** 的内容 ```json { "name": "niva-example", "uuid": "51c1cba1-0811-4187-9525-41d75836bdeb", "debug": { "resource": "public", "entry": "http://127.0.0.1:5173" }, "build": { "resource": "build" }, "window": { "title": "Devtools", "size":...

部分 API 调用没有效果,不知道如何填写参数 比如调用接口 `Niva.api.windowExtra.beginResizeDrag` 代码如下 ```js document.querySelector('.resizable').addEventListener("mousedown", async (e) => { // e.preventDefault() const windowId = await Niva.api.window.current() await Niva.api.windowExtra.beginResizeDrag(10, 0, e.x, e.y, windowId) // 返回值是 null }) ```

bug

我有一个使用Vue3项目构建出来的单页面应用,在使用 niva 构建了一个windows应用,在打开后正常切换页面也没问题,但是一旦我不在首页并且右键刷新以后,就会出现这个问题: ![image](https://github.com/bramblex/niva/assets/119988773/2fb395c7-1c84-463f-b3e8-aae00b78f1b9) ![image](https://github.com/bramblex/niva/assets/119988773/8b50765d-166f-45cd-bc69-3bfde91b012b) ![image](https://github.com/bramblex/niva/assets/119988773/a2e8bdbc-5cd9-4da1-a619-143358d7e2c6) 在出现这个问题后,无论我怎么刷新页面都无事于补,只能关闭重新打开才能重置回首页才能正常访问,所以,我觉得是不是可以提供一个 fallback 参数,当找不到页面路径的时候去展示 fallback 的页面呢?

enhancement

Failed to load resource: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

bug

Niva.api.fs.readDir 方法,文件内容过多,多次调用后,api无响应也不报错

bug