I have a web app in React that will mostly be used on a Kindle Fire. We are going to switch to React Native soon, but before we do we would like to test the flow of the user story using a web app. We designed the app for the full screen size of the Kindle and it is really inconvenient that the navigation bar pushes the content up and causes the content to become scrollable, which makes the browser switch in and out of Silk fullscreen mode and keeps hiding then revealing the url bar.
Is there a way to tell the Kindle from the webpage to turn off the navigation bar?