triniwiz / nativescript-toasty

:bread: NativeScript toast plugin :bread:
Other
44 stars 21 forks source link

iOS toasts do not respect safeArea on iPhone 'X' style devices #29

Closed kfisto closed 5 years ago

kfisto commented 5 years ago

When positioned at the bottom, Toasts border the home indicator; when positioned at the top, they appear half behind the notch. This does not happen in the Toast sample app (v 3.1).

armpogart commented 5 years ago

@kfisto If you have a spare time, check whether the pull request works for your case either, as I have tested for my simple usage.

kfisto commented 5 years ago

@armpogart Sorry for the delay, I've verified that the PR solves the issue. Thanks!