golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.59k stars 17.61k forks source link

x/mobile/webview: cross iOS/android web view #45601

Open OneOfOne opened 3 years ago

OneOfOne commented 3 years ago

This is a dup of https://github.com/golang/go/issues/10247, it was autoclosed.

mknyszek commented 3 years ago

From the original:

From the original:

Embedding a web browser is a common strategy for apps that are not heavily focused on UI, on both Android and iOS. The web also provides a very easy way to use other UI systems in a Go application.

Is there enough commonality between the embedded web views on Android and iOS to build an API usable entirely from Go? The Android WebView has a wide interface and its not clear what subset lines up with iOS. Still, this would be very nice to have.

networkimprov commented 3 years ago

cc @hajimehoshi @eliasnaur