-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[webos] blank screen on 4.0 version #925
Comments
@MomoDeLuxe known issue, actively working on it |
Any update on this? |
Hello , related this issues RNVanillaTV blank white screen on Tizen TV facing issue same here also. **targeting tizen smart tv : ** rnv run -p tizen -d -t 192.168.1.167 can some tell me how to solve this issue or can some one helps us. |
@mihaiblaga89 any update on this? |
Any Update on this? |
Same happens when doing |
in my case a
in the package.json fixed this problem for tizen |
Confirmed, it works |
I wanted to inquire if there have been any updates regarding the issue we're experiencing. As of now, we're still encountering a white or blank screen on LG WebOS. Any assistance or guidance you could provide would be greatly appreciated. Thank you for your continued support. |
Hi everybody, same issue here, It does work on --hosted mode, but on target it shows a blank/white screen after the splash one. Thank you for your great work! |
Hi again, the issue occurs also on release...blank/white page on WebOS...it works only on hosted mode. Thank you |
TV9 SAMSUNG UE32T4302AK, os version 2501 - fully works |
My problem was the nullish coalescing operator ?? used in a library. Despite my assigned browserlist is supposed to transpile to ES5 it's still producing new ECMA. I tried every possible fix and nothing really worked. I installed babel plugin I modified babel.config.js and passed the plugin to withRNVBabel :
My browserlist :
|
@ali-sao Hello, did you fix it? |
Nope @DinaSZH, there's a way to do this by re-transpiling the bundle manually |
For me still blank screen on LG webos. Is there any workaround to fix this? |
I don’t know, still trying to fix it.
…On Thu, 13 Jun 2024 at 20:07 wwwebgainss ***@***.***> wrote:
For me still blank screen on LG webos. Is there any workaround to fix this?
—
Reply to this email directly, view it on GitHub
<#925 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW4IR2NSTUV2XRIMUELKKWDZHGYU3AVCNFSM6AAAAAARGAPSZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRVHE2TENZWGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Try using 1.0.0-rc.19 version of rnv, on that version this issue is fixed on most devices |
For whomever still stuck with this. I created a script to re-transpile your main.xxxxxxxx.js so it overcome the nullish coalescing operator improper transpilation and to copy the app.css file inside your build/static folder (no overrides are working), to link it properly into your html file. create a new file, call it transpile.js :
Then create a new babel config file, call it babel.postbuild.config.js (you need to
then let node execute the file after your release command. inside npm package.json scripts, do something like :
Lastly, |
@ali-sao thanks for comment, the above you tested of what version of rnv? 1.1.0 should have this working out of the box |
Hello @pauliusguzas , I am already on 1.1.0. still seeing the error on webos 4.0 |
Describe the bug
RNVanillaTV with template-starter blank screen on Tizen and Webos
To Reproduce
Steps to reproduce the behavior:
Expected behavior
template-starter landing page
The text was updated successfully, but these errors were encountered: