SwiftEntryKit icon indicating copy to clipboard operation
SwiftEntryKit copied to clipboard

Crash issue in iPadOS 14.2

Open avjiang opened this issue 4 years ago • 4 comments

Describe the bug Tried to display and dismiss Entry Kit. Working fine in iOS 14.2 below

To Reproduce

  1. Show "EKAlertMessage" with option yes or no
  2. Show "topToast" Entry Kit
  3. Upon EkAlertMessage button callback, dismiss all entry kit
  4. Crashed in SwiftEntryKit/EKWindowProvider.swift

Expected behavior Both EntryKits can be dismissed without crashing

Screenshots image

iPhone (please complete the following information):

  • Device: Simulator iPad 8th Generation
  • iOS Version: 14.2
  • Xcode Version: 12.2 Beta
  • SwiftEntryKit Release # 1.2.6

avjiang avatar Oct 09 '20 10:10 avjiang

I have the same issue here

RockyAo avatar Dec 09 '20 06:12 RockyAo

Same issue in iPhone XS 14.6, where rootVC is nil, but entryWindow is not Captura de Pantalla 2021-07-16 a la(s) 17 56 36

ledkof18 avatar Jul 16 '21 22:07 ledkof18

same here

zanderisrael avatar Apr 03 '22 09:04 zanderisrael

Screen Shot 2023-04-10 at 15 30 51 This crash happen with me when accidentally replace the rootViewController of the EKWindowProvider.entryWindow, which is being the key window of the application

nts0311 avatar Apr 10 '23 08:04 nts0311