-
**What would you like to add or change?**:
Lightweight UI and tray notifications that can be implemented for portmaster.
**Why do you and others need this?**:
I understand that the UI has been im…
-
### Describe the bug
I have an app that on ios first loads a toga box, does load data than when finished opens a optioncontainer in the main window by changing the main_window.content.
When the o…
-
### Preliminary checklist
- [X] I have read the [README](https://github.com/uazo/cromite/blob/master/README.md)
- [X] I have searched [existing issues](https://github.com/uazo/cromite/issues) for my …
-
**Bug description:**
When using the react-native-webview component on iOS, the Authorization header is not retained during a 302 HTTP redirect. This issue is specific to iOS; on Android, the Authoriz…
-
Currently using FileIcon in extension webview requires a very complicated procedure.
* Get the active IconTheme with `vscode.workspace.getConfiguration("workbench").get("iconTheme")`.
…
-
在MACOS 的系统下面编辑出错
如下错误信息,是否能够出一份简单的编辑过程。
现在的操作如下
1.安装了rust 最新环境
2.安装了nodejs 18
3.在跟目录执行了npm i
4. npm run tauri dev
然后就会报错
下面是执行了src-tauri 目录下执行了 cargo build
Caused by:
process didn't exit…
-
**Bug description:**
When opening the WebView for the first time in the app on **iOS**, the following error is displayed:
_"We're sorry but App doesn't work properly without JavaScript enabled. …
-
**出错信息**
f5-tts is making weird dubbing , you can see in provided audio and srt its horrible. but its working fine in WebView, why cant it create audio properly pyvideotrans ?
srt : 1
00:00:00,0…
-
## Summary
The webview content cannot be focused when the talkback is on.
## Steps to reproduce
1. Start the minimal app with the webview and turn on the talkback.
2. Observe that swiping righ…
-
I have a mac app and have code in `setup`
```
#[cfg(target_os = "macos")] {
// Set a custom inset to the traffic lights
window.set_traffic_lights_inset(12.0, 18.0).unwrap();
…