Can't dismiss full screen modals on iOS after upgrade to 2.11.0
See original GitHub issueAfter upgrading to 2.11.0, full screen modals on iOS cannot be dismissed.
canGoBack
from react navigation returns true, but goBack
does nothing.
I’ve also tried popToTop
to no avail.
The stack is configured as such:
mode="stack"
screenOptions={{
headerShown: false,
stackPresentation: 'fullScreenModal',
}}
Android works fine, and so does 'modal'
stack presentation.
Downgrading to 2.10 fixes the issue.
Thank you.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
UIModalPresentationStyle.FullScreen behaviour
Full -screen modal view controllers will need some way to dismiss them; usually with a button. Or, depending upon the situation, you can...
Read more >Software Release Notes - Geocortex Viewer for HTML5 2.11.0
The following section describes changes made from the 2.10.1 release to the 2.11.0 release of the Geocortex Viewer for HTML5.
Read more >Presenting modal in iOS 13 fullscreen - Stack Overflow
Now it's not fullscreen by default and when I try to slide down, the app just dismiss the View Controller automatically. How can...
Read more >MobileIron Web@Work 2.11.0 for iOS Guide for Administrators
Full -screen web clips in Web@Work for iOS ... After device users have registered the device with MobileIron Core and, if required, ...
Read more >WebLink® Frequently Asked Questions - Abalta Technologies
Please also ensure that the AssistiveTouch setting in the iPhone is set to ON and the “Perform Touch Gestures” settings is set to...
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
I still have the same issue in both v2.11.0 and also the “fixed” commit.
May I have some assistance?
Using goBack() on a full screen modal seems to trigger this.
(Edit: I had to rewrite some of my old code that was using old React Native gesture handler code, but I got it to work. v2.11.0 did the job.)
@WoLewicki I can’t reproduce it anymore in #643 , seems to be fixed, thanks