-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
I tried this page http://haxeui.org/v2/pixi/html5-webgl/index.jsp on my iPhone 6S, and unfortunately I was not able to click anywhere. Mobile support is not ready with Haxe UI?
On an other topic, I'm trying to create a ScrollView like the left menu of https://feathersui.com/examples/components-explorer/, working only with drag & drop without scroll bars. Is it supported with Haxe UI?
My basic code:
var scroll = new ScrollView();
scroll.componentClipRect = new haxe.ui.util.Rectangle(0, 0, 200, 50);
for (i in 0...10) {
var btn = new Button();
btn.text = "Btn " + i;
scroll.addComponent(btn);
}
stage.addChild(scroll);Buttons are correctly hidden, but can't move the ScrollView.
I can not find a lot of documentation & examples too. What is the ETA of Haxe UI?
Thanks a lot for your work, supporting so many targets and framework is incredible ;)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels