'Navigation bar disappears when keyboard is invoked on iOS

Im working on an iOS app that is essentially a WKWebView. Every time I trigger the keyboard by tapping on a textField the navigation bar goes away. However on android that is not the case. How do i fix this issue on iOS? Here is the image As you can see whenever the keyboard is invoked on iOS the navigation disappears but on android it doesn't.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source