question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't dismiss full screen modals on iOS after upgrade to 2.11.0

See original GitHub issue

After 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
saehocommented, Oct 18, 2020

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.)

1reaction
beetlebumcommented, Sep 18, 2020

@WoLewicki I can’t reproduce it anymore in #643 , seems to be fixed, thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found