Having trouble with my Bootstrap 4.1.1 navbar on iPadPro. It's not displaying the correct data from the div and it's not collapsing properly. However, it works fine on small devices. Any suggestions on how to fix this issue?
Here's the code snippet:
<nav class="navbar navbar-expand-lg navbar-dark fixed-top navbar-default">
<div class="collapse navbar-collapse" id="navbarContent">
<...content...>
</div>
</div>