If you try to build the default httml5 project
haxe html5.hxml
/home/pi/Sten/plaf/haxe/lib/haxeui-html5/1,2,0/haxe/ui/backend/ComponentImpl.hx:517: characters 12-39 : js.html.CSSStyleDeclaration has no field pointerEvents
|
_canvas.style.pointerEvents = "none"; |
Possible Solution
I commented the line and it worked
So just compile the line only on haxe > 4
If you try to build the default httml5 project
haxe html5.hxml
/home/pi/Sten/plaf/haxe/lib/haxeui-html5/1,2,0/haxe/ui/backend/ComponentImpl.hx:517: characters 12-39 : js.html.CSSStyleDeclaration has no field pointerEvents
haxeui-html5/haxe/ui/backend/ComponentImpl.hx
Line 517 in 4b49b9a
Possible Solution
I commented the line and it worked
So just compile the line only on haxe > 4