EddyVerbruggen / nativescript-feedback

:loudspeaker: Non-blocking textual feedback for your NativeScript app
MIT License
129 stars 28 forks source link

Iphone X safe area when status bar is off #39

Closed packytagliaferro closed 5 years ago

packytagliaferro commented 5 years ago

Currently the feedback is cutoff on iPhone X if you also set the status bar to hidden:

info.plst

<key>UIStatusBarHidden</key>
        <true/>
        <key>UIViewControllerBasedStatusBarAppearance</key>
        <false/>

result: screen shot 2018-12-05 at 4 29 59 pm

EddyVerbruggen commented 5 years ago

Ah, interesting. I think you're the first person to use this plugin with a hidden statusbar 😉

EddyVerbruggen commented 5 years ago

Fix available in 1.3.2 from npm. Thanks for reporting!