Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carsonslovoka/go-webview2

webview2
https://github.com/carsonslovoka/go-webview2

chinese edge go taiwan webview2

Last synced: 17 days ago
JSON representation

webview2

Awesome Lists containing this project

README

        

# WebView2

從[WebView2 API Reference](https://learn.microsoft.com/en-us/microsoft-edge/webview2/webview2-api-reference?tabs=dotnetcsharp)可以找到自己語言的相關文檔

其中也包含[JavaScript](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/javascript/)在內,在連結中提到

[window.chrome.webview](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/javascript/webview)可以對應到WebView的物件

透過window.chrome.webview.postMessage(message)可以傳遞消息與WebView溝通

## [Example](examples/helloWorld/)