NoriginMedia / Norigin-Spatial-Navigation

React Hooks based Spatial Navigation (Key & Remote Control Navigation) / Web Browsers, Smart TVs and Connected TVs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throws error on newest version of lg web os

daniel-brenot opened this issue · comments

Describe the bug
I'm trying to access this page from an app that just loads this as a webpage though the lg web os, but i immediately get an error once i attempt to navigate. The cursor still moves, but i see an error anyways.

Note: This error does not show in the simulator, just on actual hardware.

To Reproduce

  1. Host this via "npm run start" or "yarn start"
  2. Make an app that immediately loads this hosted page by changing the url to ":5055"
  3. Navigate using remote

Expected behavior
No error

Screenshots
Screenshot from 2023-12-13 22-19-10

Correction: This is embarassing, i'm on webos version 5.0, not the newest. I assumed it was newer as i only bought the tv in 2020 but i guess that's an eternity in tech. Will find out why it's having issues.

So this seems to purely be an issue when in react dev mode. When this is compiled in production mode and accessed that way, it's not an issue. I'm satisfied with this result.