Skip to content

HaxeUI v2 not working on mobile? #6

@alamboley

Description

@alamboley

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions