Denis Gladky

Results 5 issues of Denis Gladky

This is a very strange error and I did not find its cause in the code. Maybe Josh, thanks to your experience, you don’t have to spend a lot of...

I use the latest versions of starling and feathers MuteToggleButton and VolumeSlider work on windows (with SoundPlayer and VideoPlayer ) Work with SoundPlayer (iOS) But not work with VideoPlayer on...

bug
runtime-dependency

The error occurs when an unfinished swipe to the previous screen and return ``` this._dragEffectContext = this._dragEffectTransition(this._previousScreenInTransition, this._activeScreen, null, true); [Fault] exception, information=TypeError: Error #1006: value is not a function....

bug

MRE: ``` class MyPositionComponent extends PositionComponent { @override void onMount() { super.onMount(); updateChildren(); } void updateChildren() { removeAll(children); for (var i = 0; i < 3; i++) { add(Component()); }...

bug

I tried the HoverCallbacks mixin from the main branch: When the mouse is pressed and the object is exited without releasing the click, HoverCallbacks does not notify the onHoverExit function....

bug