Unable to Load Webpage Corectly

Hello everyone!

I am looking for a help to troblshoot my issue of loading Webpage on Amazon Fire TV via Browser or any other way. I Have need to load this Webpage on my tv screen.

Please sugest me a solution

Hi Davit,

Welcome to the Developer forums, and thanks for posting! Are you building an app and trying to display that web page in a mobile app? You can easily accomplish it with a WebView, simply provide it with that URL to load. Otherwise, if you just need to open that web page on your TV screen, without building an app, then use the Silk web browser (click on the “Internet” icon) on your TV to navigate to that page’s address. Thanks!

It is simply an info board displayed as a web page, which I am trying to show on a TV using the Silk browser. However, the page looks very broken when loaded. I assume this is because Silk is a mobile browser and the web page is not displaying correctly on the screen I am trying to use. The page does not have a responsive design as it was not intended to be responsive; it was only meant to be displayed on a TV or desktop computer. Requesting the desktop view via the Silk browser does not resolve the issue. I am wondering if there is a workaround to display the web page correctly without needing to redesign it as a responsive site.

Thanks for additional info, Dave! The page needs adjustments to its HTML and CSS to be displayed correctly. I would suggest implementing it as a Flexbox, where the number of items will expand to fill additional screen space, or shrink to fit into smaller spaces: