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
In MultiStoryContainer, hardwareBackPress (the back button on android phones) closes your story modal as you designed. But in StoryContainer, the back button is not working. What's crucial is, it is still consumed somehow. That's especially problematic because I can't make a workaround myself since outside event handlers can't catch it.
The text was updated successfully, but these errors were encountered:
Audeos
changed the title
(Android) hardwareBackPress works on Multi but not on StoryContainer
(Android) hardwareBackPress works on MultiStoryContainer but not on StoryContainer
Oct 22, 2024
In MultiStoryContainer, hardwareBackPress (the back button on android phones) closes your story modal as you designed. But in StoryContainer, the back button is not working. What's crucial is, it is still consumed somehow. That's especially problematic because I can't make a workaround myself since outside event handlers can't catch it.
The text was updated successfully, but these errors were encountered: