Iterable / swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
86 stars 71 forks source link

In-app messages black background does not expand to full height of phone screen #605

Closed luizperes closed 1 year ago

luizperes commented 1 year ago

This is a small bug but that has been bugged my team for nearly a year now. We opened a ticked on Zendesk last June, but I believe that is not included as priorities. I don't have access to that Zendesk link so I can't tell if you guys will ever fix that issue. Whereas I understand this is just a small UI bug, the Product team wants it fixed as the other modals in our app all expand past the safe area.

Steps to repro:

Expected: Black transparent background behind the in app message will cover entire screen

Actual: Black transparent background cuts off at the bottom the little camera dip at the top of the iPhone. Shown:


Could you guys let me know what I should expect from this?

luizperes commented 1 year ago

I assumed the error was in the code and I investigated it, I realized there was a property Background overlay that did the trick, so it turns out this isn't a bug after all.

Screenshot 2023-03-17 at 10 59 12 PM

I am closing this ticket (result below)