Modal flashes. appearing again after being dismissed
See original GitHub issueHi there, sorry for posting this here, I am facing a problem… I am using version 5.4.0
and this is happening on iOS , not sure if it’s happening on android. This problem wasn’t noticed at all on simulator, but when running on a real device
When dismissing the modal, it flickers sometimes, meaning that when dismissed and the modal disappears, it reappears again (right away) and then gone again. This happens fast , as if it flashes the modal. (this happens only sometimes)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Modal flashes. appearing again after being dismissed #176
Hi there, sorry for posting this here, I am facing a problem... I am using version 5.4.0 and this is happening on iOS...
Read more >Bootstrap Modal immediately disappearing - Stack Overflow
When I clicked it, it appeared that nothing would happen. ... If this happens the event is fired twice in a row and...
Read more >iOS 14 (SwiftUI) Sheet Modals not … | Apple Developer Forums
Sometimes a modal is automatically (non-desired) closed right after it opens, and after that, the modal works fine (and so it is not...
Read more >Avoid overlay flash with nested modal windows - Telerik
Hi, when opening nested modal windows, the overlay flashes quite fireworkish since the overlay's background-color changes abruptly from dark ...
Read more >Modal · Bootstrap v4.6
Tooltips and popovers can be placed within modals as needed. When modals are closed, any tooltips and popovers within are also automatically dismissed....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ajaykumar97 No this does not work, setting
useNativeDriver={false}
, still getting the issue on iOS devices. I am removing the modal altogether, will be using a separate route to write the functionalities of the modal thereI also have the same issues.