haxeui-webview

Webview for HaxeUI


Keywords
haxeui, rich, ui
License
MIT
Install
haxelib install haxeui-webview 0.1.1

Documentation

Experimental web view component for HaxeUI

Installation

First install haxeui & haxeui-webview via haxelib:

haxelib install haxeui
haxelib install haxeui-webview

Once installed add

<haxelib name="haxeui" />
<haxelib name="haxeui-webview" />

to your openfl application.xml.

Usage

When your application starts the web view module will auto init and register the classes and add styles.

To use the webview:

<webview width="100%" height="100%" text="asset://ui/example.html" />