You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Error does not always occur. I can conduct more investigations. But maybe you have ideas why it arises
Once there was such an error, but in the process of use, I do not remember how it came about
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
var screenItem:StackScreenNavigatorItem = this.getScreen(this._activeScreenID); null
The text was updated successfully, but these errors were encountered:
The error occurs when an unfinished swipe to the previous screen and return
Error does not always occur. I can conduct more investigations. But maybe you have ideas why it arises
Once there was such an error, but in the process of use, I do not remember how it came about
The text was updated successfully, but these errors were encountered: