-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrollview won't scroll on touch devices #48
Comments
Can you use git versions of haxeui-html5 and haxeui-core? Im fairly sure these issues have been fixed for a while there. |
I'm switched to git versions of haxeui-html5 and haxeui-core, but problem appears in git versions. |
Hmmm, yeah, i can repro this now... i wonder if this was introduced recently, i thought this was working... ill have to go back through git history and see |
for future me: this is a minimal repro (run in mobile mode): http://haxeui.org/builder/builds/1a77ff80/build/html5/index.html?id=1a77ff80 |
Bit late but, this should be fixed now, Ive also updated the version of haxeui on the haxeui.org server, and the minimal repro seems fine now: http://haxeui.org/builder/builds/3d241aa3/build/html5/index.html?id=3d241aa3 |
@ianharrigan it's not late, with every step, haxeui makes more and more attractive framework to make apps on it. Can you please add |
Rebuild project with new libs. Confirmed, bug is fixed now. look here: https://haxeresponsiveui.appleroot.repl.co/ Can we have now truly native scroll? (without transform updating from JS and fixed css height, width params) |
I'm trying explore haxeui examples, responsive ui example. It's works OK, but i have some problems with viewing it on mobile. when i try to scroll, it scrolls a bit and then refuses to scroll. you can see transpiled example here: https://haxeresponsiveui.appleroot.repl.co/
Expected Behavior
Scrolling works on touch devices
Current Behavior
It won't work
Possible Solution
Use Native Scrolls instead of custom implementation.
Steps to Reproduce (for bugs)
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
into head of html fileMedia
Test app / minimal test case
Context
I'm new in haxe and haxeui and discovering it's features, but found bug in relevant example for me
Your Environment
haxeui-core: [1.6.0]
haxeui-hxwidgets: [1.6.0]
hxcpp: [4.3.2]
hxWidgets: [1.11.0]
The text was updated successfully, but these errors were encountered: