-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Application tried to present modally a view controller <UIViewController: 0x10392e710> that is already being presented by <Capacitor.CAPBridgeViewController: 0x10390bf60> #102
Comments
It seems like all the fixes so far didn't help. I can confirm the crashes are not fully gone. |
I can confirm that I still experience random app crashes with version 5.2.1 and see same error in the stack trace (Application tried to present modally a view controller.. in handleWillResignActiveNotification). I'll try to post more info when I have other evidence. |
Unfortunately, Firebase Crashlytics shows that this issue still exists. Don't know what exact behavior leads to this issue. Using plugin version: 5.2.1
|
Crash in UIViewController presentation possibly related to CapacitorCommunityPrivacyScreenHello, Error Type: Possible Causes: Attempting to present a nil or invalid view controller Questions and Requests: Ensured that view controller presentations are done on the main thread Any insights or suggestions would be greatly appreciated. I'm happy to provide any additional information that might be helpful in resolving this issue. Crash log given below. |
Is there any update on this issue? |
anyone have a fix? |
Is any progress on the issue so far? Or other specific information is needed to help investigate further? |
Plugin version:
5.1.2
Platform(s):
iOS
Current behavior:
App crashed after pulling down the notification bar from the top left corner of the phone.
Steps to reproduce:
Pull down the notification bar from the top left corner of the phone in the app page which enabled privacy screen.
Maybe the issue is same as https://github.com/capacitor-community/privacy-screen/issues/83#issue-2002693363
Related code:
The both version below are my adjustment, which solve the issue. Please check which adjustment is more appropriate and update it to the new version. Thanks a lot !!!
The text was updated successfully, but these errors were encountered: