Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

tnytown/webview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webview

GoDoc

This package provides minimal bindings for WKWebView on OSX. The API is loosely based off of zserge/webview; however, this package only supports one platform, OSX.

All of the functions in this package must be called from the main thread. To achieve that, you can use Dispatch, which schedules a function to be called back sometime in the future.

Remember to call Loop after you initialize the WebView.