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
This was definitely a tough one to track down, but I was able to find an acceptable workaround so maybe low priority if it's not biting too many people. Side note: Thanks for all the hard work and opening this to the community. Do yall have some links to apps Cosmic Mind has developed?
Actual behavior
Touches are swallowed by the side navigation - content views with horizontal scroll or horizontal pan gestures don't capture any touches. This may extend beyond those cases; that's just what I tested.
Expected behavior
Touches/Gestures pass through - content views with horizontal scroll or horizontal pan gestures work
Theories
See the gif below - there's something odd in the hideStatusBar method
I think that the issue is the userInteractionEnabled flag is being set to false during the statusBar hide animation. It is not necessary to combine that functionality. I removed it in 1.38.5. Please reopen or create a new issue if this persists.
As for apps by CosmicMind, we are working on one to release :)
This was definitely a tough one to track down, but I was able to find an acceptable workaround so maybe low priority if it's not biting too many people. Side note: Thanks for all the hard work and opening this to the community. Do yall have some links to apps Cosmic Mind has developed?
Actual behavior
Touches are swallowed by the side navigation - content views with horizontal scroll or horizontal pan gestures don't capture any touches. This may extend beyond those cases; that's just what I tested.
Expected behavior
Touches/Gestures pass through - content views with horizontal scroll or horizontal pan gestures work
Theories
See the gif below - there's something odd in the
hideStatusBar
methodWorkaround
The text was updated successfully, but these errors were encountered: