haxeui / haxeui-openfl

The OpenFL backend of the HaxeUI framework -
http://haxeui.org
MIT License
42 stars 14 forks source link

Android app going out of the screen #56

Closed WSandwitch closed 3 years ago

WSandwitch commented 3 years ago

Expected Behavior

neko window looks like andriod window

Current Behavior

android contents going out of screen

Possible Solution

Steps to Reproduce (for bugs)

Media

Снимок экрана_2021-06-28_15-45-03_

Test app / minimal test case

Context

Your Environment

ianharrigan commented 3 years ago

Can you retry with latest git version of haxeui-core and haxeui-openfl? Also, if it doesnt work, can you trace out "Screen.instance.width", "Screen.instance.height", "Screen.instance.dpi" and "Toolkit.scale"

Cheers, Ian

WSandwitch commented 3 years ago

Last git versions work fine. Thanks.

ianharrigan commented 3 years ago

Great! Ill try and get a release asap!