bfanger / tvkit

Proxy to run a modern dev server in old browsers
MIT License
22 stars 5 forks source link

Add browser aliases for TVs #2

Closed bfanger closed 1 year ago

bfanger commented 1 year ago

--browser="Tizen 5" would be interpreted as "chrome 56" --browser="Samsung 2019" would be interpreted as "chrome 63"

https://developer.samsung.com/signage/develop/specifications/web-engine-specifications.html https://webostv.developer.lge.com/develop/specifications/web-api-and-web-engine

chipndahla commented 1 year ago

Hi, thanks for your effort. I tried your project with some success but run into a problem on Samung Tizen when first building my Sveltekit project with the static adapter and then converting them with the tvkit build feature: since the Samsung Webapps engine accesses the files as file:// and not through a web server the /:s in relative URLs confuses it so it can't find the Javascript files. Any thoughts on how to solve this? Thanks and happy to support your project if you need

bfanger commented 1 year ago

@chipndahla Hmmm, file urls or any absolute urls for that matter are an issue, i've create an issue for that: #7