hoangnam714

Results 9 comments of hoangnam714

here is the code i used, thank you very much ``` .popup(isPresented: $showDetail, type: .`default`, position: .bottom, dragToDismiss: true, closeOnTap: false, backgroundColor: .black.opacity(0.4),dismissCallback: { self.tabbarStore.isHident = false TabBarModifier.showTabBar() }) {...

@f3dm76 I understood why the callback function didn't work, because I didn't use the default diss miss, instead I changed the value of the state outside the code block.

Thank you, I will think more about this, because sometimes we don't close the popup as soon as the user touches it, instead it needs a close button for example....

Same issue, my case is worse than not having access to video