Footer problem with Chrome (Android)

Hello! We discovered a problem with the ion-content fullscreen property. It manifested on Android devices that use Google Chrome. When you apply fullscreen to the content component it sets the css properties –offset-top and –offset-bottom. This makes chrome hide address bar. When the address bar is being translated the footer starts moving upwards with the bar. I found out that reducing the --offset-top and --offset-bottom by one pixel prevents Chrome from hiding the address bar. The reason we need fullscreen is because we hide the header and footer when scrolling downwards.

I found the same issue on the official ionic docs when using the fullscreen property.

Is the ionic team aware of this problem, and will it be fixed? For now I will disable fullscreen on Android Web.