webui icon indicating copy to clipboard operation
webui copied to clipboard

Use any web browser or WebView as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.

Results 89 webui issues
Sort by recently updated
recently updated
newest added

![123605629-927ec500-d7eb-11eb-96d2-d2f2d73b509c](https://user-images.githubusercontent.com/16948659/124608168-7f4ba500-de3c-11eb-965b-f10cdf512ec4.png) Original: https://github.com/alifcommunity/compiler/issues/29

This feature can be added via the command line. Example for chrome : `--window-size=1024,600 --window-position=600,600`

enhancement

right now WebUI send messages directly without any queue. we need to add this feature ASAP.

I don't have enough time to finish the [Rust wrapper here](https://github.com/alifcommunity/webui/blob/ceb809ba5c5d83a0143c47fe4068f9a520ce107f/examples/Rust/hello_world/src/Webui.rs#L299), if you have experience in Rust, you can tray to create a C struct `webui_javascript_int_t`, pass it to `webui_run_js_int_struct()`...

help wanted

Can I compile a 32-bit dll?

Is this work currently in progress?

WebUI runs the web browser using this command: `open --new -a "Google Chrome.app" --args --user-data-dir="/Users/_USER_NAME_HERE_/.WebUI/WebUIChromeProfile" --no-first-run --no-proxy-server --safe-mode --disable-extensions --disable-background-mode --disable-plugins --disable-plugins-discovery --disable-translate --disable-features=Translate --bwsi --disable-sync --disable-sync-preferences --disable-component-update --allow-insecure-localhost --app=http://localhost:12345`...

help wanted