Closed Mildwhale closed 3 years ago
Hi @Mildwhale, does this occur on simulator or on the physical device, or both?
Hi @Mildwhale, does this occur on simulator or on the physical device, or both?
Occurred only physical device.
Physical device (iPhone 12 Mini, iOS 14.2.1)
(lldb) po UIScreen.mainScreen.nativeBounds
(origin = (x = 0, y = 0), size = (width = 1080, height = 2340))
Simulator (iPhone 12 Mini, iOS 14.3)
(lldb) po UIScreen.mainScreen.nativeBounds
(origin = (x = 0, y = 0), size = (width = 1125, height = 2436))
@Mildwhale thanks so much. We'll take a look on our end as well
Ok, this issue solved in 3.31.2. Thanks 👍
Hi, I have an issue when using ABKInAppMessageFullViewController on iPhone 12 mini. In the screenshot, the close button is hidden in the status bar.
So I debugged your SDK and found some issue about incorrect height in ABKUIUtils. I added code to the ABKUIUtils, to return the correct value in isNotchedPhone method when using iPhone 12 mini.