{"id":20743640,"url":"https://github.com/tobychui/webview-adapter","last_synced_at":"2026-03-19T17:19:30.349Z","repository":{"id":134126206,"uuid":"291977392","full_name":"tobychui/Webview-Adapter","owner":"tobychui","description":"Building basic Windows desktop GUI with Golang and HTML","archived":false,"fork":false,"pushed_at":"2020-09-01T11:32:12.000Z","size":289,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T10:50:57.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Visual Basic .NET","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobychui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-01T11:19:43.000Z","updated_at":"2025-02-20T13:44:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"327d0ce9-fc91-409a-81e5-a266fea52821","html_url":"https://github.com/tobychui/Webview-Adapter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tobychui/Webview-Adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FWebview-Adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FWebview-Adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FWebview-Adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FWebview-Adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobychui","download_url":"https://codeload.github.com/tobychui/Webview-Adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobychui%2FWebview-Adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29260426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T07:12:17.865Z","updated_at":"2026-02-09T09:05:35.238Z","avatar_url":"https://github.com/tobychui.png","language":"Visual Basic .NET","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webview Adapter\nAuthor: tobychui\n\nWebview Adapter is a quick adapter for building GUI for your application on Windows devices\nusing other programming lanuages that do not natively support GUI but Web UI.\n(In my case I design this to work with Golang)\n\nIt simply a .NET framework WebView element that is programmable with start paramters.\n\n## Requirement\n- .NET Framework 4.7 or above\n- Windows 7 or above\n\n## Usage\n\n### Basic Usage\nStart the GUI to a given URL\n```\nWebviewAdapter.exe url=\"http://localhost:8080\"\n```\n\n### Custom Size, Icon and Title\n\n```\nWebviewAdapter.exe title=\"My App\" width=500 height=300 icon=\"icon.ico\"\n```\n\n### Other Supported Launch Paramters\nThe following are key and examples for staring paramters\n\n|Parameter Key   |Example value| Usage| \n|----------------|-------------|------|\n|title|My App|The title of the window|\n|width|500|The window width|\n|height|300|The window height|\n|allow-resize|true|Allow window resizing|\n|icon|icon.ico|The icon for the window|\n|url|http://localhost:8080|URL to be displaying in Webview|\n|allow-max|true|Allow window maximization|\n|allow-min|true|Allow window minimization|\n|allow-scroll|false|Allow scrolling in webview|\n|opacity|0.5|Window opacity|\n|allow-taskbar|true|Show in taskbar when window is minimized|\n|top-most|true|Windows always stays at top layer|\n|show-icon|true|Show window's icon|\n|start-location|500,300|Window startup position on screen|\n\n### Example Command\nAlthough I have no idea why you will need this configuration, it will show something like this if you are launching it with other exec process call\n```\nWebviewAdapter.exe title=\"IMUS Webview Adapter\" width=500 height=300 icon=icon.ico url=http://bing.com allow-max=false allow-min=false allow-resize=false start-location=0,0 opacity=1\n```\n\nExample Output\n\n![](image/demo.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobychui%2Fwebview-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobychui%2Fwebview-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobychui%2Fwebview-adapter/lists"}