My website which is a one page or section website has a canvas with height and width of the browser or window it is opened in, I have used windows.innerWidth and windows.innerHeight to assign values to it(canvas) and it works properly in every other web browser, be it mobile or desktop but when the page is opened in the In-App Browser from a post in Facebooks app, The canvas doesn't considers the bottom bookmarks bar by the browser Hence the footer as well as the game paddle ( cushion ) appears hidden.
I also noticed that the paddles when opened in safari of the same device looks smaller where as the paddles in Facebooks in app browser looks bigger ( even the paddles height and width are assigned using the windows innerWidth and innerHeight values ).
I tried all of the meta tags for an entire day yesterday and checked online for similar issues as well so as to fix mine but i couldn't. I hope i was discrete enough in explaining my issue, I'll be attaching pictures of the website opening in the same device but in Safari and the In App browser for better understanding.
Thank you!