You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I display a Murmur the iOS status bar text is not overlapped by the Murmur text. It's kind of a merged info. I am using Xcode 12.0.1 and iPhone 8 device/simulator. Both iOS 13.7 and 14.0.1 produces the issue.
It's happening in both Light and Dark mode. Please let me know if I am doing something wrong. Thanks!
Hi @Aczel, thanks for reporting this issue. Is there any chance you could have a look at resolving it? We don't have planned future work on this project and we are running it in maintenance mode but I'm happy to assist if you are up for it!
Same issue here. Starting in iOS 13, Apple seemed to have stopped allowing apps to display text above the status bar. The only solution I can think of is hiding the status bar before showing the Whisper and then re-showing the status bar.
The problem however is that this solution could get complicated as there's no global function to hide status bar (as there used to be in iOS 9). You'd have to add logic to each view controller to show/hide status bar based on the Whisper.
If anyone has a better solution, please let me know, thanks!
Hi there,
It's a great library. Thank you for your work.
I am experiencing the following issue:
When I display a Murmur the iOS status bar text is not overlapped by the Murmur text. It's kind of a merged info. I am using Xcode 12.0.1 and iPhone 8 device/simulator. Both iOS 13.7 and 14.0.1 produces the issue.
It's happening in both Light and Dark mode. Please let me know if I am doing something wrong. Thanks!
The text was updated successfully, but these errors were encountered: