'Is there a way to find Instagram webview bottom navigation bar is visible or not in Javascript?

When we scroll up/down on the Instagram (iOS Safari v15.3) webview/browser after loading the page, Instagram hides/shows the bottom navigation bar, as shown in the screen photo.

Is there a method to tell if the IG bottombar is displayed or not in JavaScript?

All I know is that I used navigator to load the web in IG.

userAgent.includes("Instagram")

Any assistance would be greatly appreciated. Thanks

enter image description here

Update: Here's the sample screen recording gif example



Sources

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

Source: Stack Overflow

Solution Source