[Pharo-users] Pharo-WebView

2021-12-16 Thread Tomaž Turk

Dear all,

Pharo-WebView package is now available on GitHub at 
https://github.com/eftomi/Pharo-Webview.


Pharo-WebView is a package which implements a binding to webview dll 
library available at https://github.com/webview/webview in Pharo. 
Webview allows you to show HTML user interfaces in a native window, 
inject JavaScript code and HTML content into the window. It renders HTML 
originating via web requests or as a direct input.


I tested it on Windows 64 bit in Pharo 64, I plan to do that on Pharo 32 
and Linux, however I don't have access to Mac, so if anybody is 
interested, I'd be grateful :-)


Best wishes,
Tomaz


[Pharo-users] Re: Pharo-WebView

2021-12-16 Thread Esteban Lorenzano
Very nice :)

Esteban
On Dec 16 2021, at 6:02 pm, Tomaž Turk  wrote:
> Dear all,
>
> Pharo-WebView package is now available on GitHub at 
> https://github.com/eftomi/Pharo-Webview.
>
> Pharo-WebView is a package which implements a binding to webview dll library 
> available at https://github.com/webview/webview in Pharo. Webview allows you 
> to show HTML user interfaces in a native window, inject JavaScript code and 
> HTML content into the window. It renders HTML originating via web requests or 
> as a direct input.
>
> I tested it on Windows 64 bit in Pharo 64, I plan to do that on Pharo 32 and 
> Linux, however I don't have access to Mac, so if anybody is interested, I'd 
> be grateful :-)
>
> Best wishes,
> Tomaz