使用gomobile是否可以渲染/查看HTML?

huangapple go评论95阅读模式
英文:

Is it possible to render/view html using gomobile?

问题

使用gomobile可以渲染HTML页面吗?我想要生成一个HTTP服务器,用于在单独的Go协程中提供HTML/CSS,并在Web视图中进行渲染。对于JavaScript应用程序(例如PhoneGap、ReactNative等),有很多选择,所以我想知道为什么Go几乎没有这样的选择。

英文:

Is it possible to render html pages using gomobile? I would like to spawn a http server which serves html/css in a separate go runtine and then render it in a webview. There are plenty of options for JavaScript applications(i.e. PhoneGap, ReactNative etc) so I'm wondering why there is close to none for Go.

答案1

得分: 1

在创建一个webview组件的工作中存在一个问题;https://github.com/golang/go/issues/10247,但目前还不可用(尽管最近关于桌面webview的讨论可能会有所帮助)。

只是为了澄清一下;ReactNative并不嵌入一个webview,它使用JSX来渲染原生组件。

英文:

There is an issue in the works to create a webview component; https://github.com/golang/go/issues/10247 but is not functional yet (although the recent discussion on the desktop webview may help things along).

Just to clarify; ReactNative does not embed a webview, it uses JSX to render native components.

huangapple
  • 本文由 发表于 2017年3月8日 06:13:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/42659370.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定