Skip to content

Glitched state when sliding drawer with one finger, and tapping on background overlay with other ( fix in description ) #74

@ivanovicsasa

Description

@ivanovicsasa

If the above steps are executed drawer overlay remains hanging and app is in unusable state.

Can You please update the function @objc private func onTapOverlay(_ sender: UITapGestureRecognizer) in DrawerView file
and add the following at the start
guard !self.drawerPanStarted else { return }
this fixes the issue for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions