Nick
Nick
So I don't forget... the best solution I thought of today was for each HaxeUI object (maybe the ones added to the main container group or maybe all of them)...
It's apparently erroring on your ScrollView's scroll bar, which is weird. It only occurs when you mouse over the FAQ button, when the scroll isn't on the page, so that's...
Omg... Later
I have a working build of this change, but I want to do some testing first since it did require rewriting a few things. It's https://github.com/MSGhero/openfl/commit/79e2165990b15478923c6b5478788d371bb369b9 if you want to...
Can you post the htmlText that caused that? My hyphens stayed when I tried it out, but I used normal text.
My touch input is working on JS (iPhone Safari browser), but the x,y of the touch is always 0,0. This is because `Window.getInstance().mouseX/Y` are not updated on touch. `event.relX/Y` are...
Works on Windows but not HTML5.
I would also consider an issue at the font level, as I've run into this a number of times in the past. It seemed like the whole font family would...
Couple ideas: - Add a haxedef for `HX_SMART_STRINGS` - Add a condition for `mac` that uses `addUTF32` instead of `addUTF16` (same parameters) - Try `addCodepoints` (same parameters) - ~~Add `mac`...
I'm unfamiliar with how this lib works, but would this let you cancel a launch if the build fails? I.e. now using master and `debug (Flash + rebuild)`, my SWF...