Webview preview display blank white screen

Problem description:

Webview preview display blank white screen

Expected behavior:

Webview preview displaying webpage

Actual behavior:

Webview preview display blank white screen

Steps to reproduce:

attempt to preview webpage in in webview -
“selecting” run -
webview produces blank white page - however, does appear if enter web address in a new tab

Bug appears at this link:

Browser/OS/Device:

Try opening it in a new tab, maybe it will work.

Hey @doctorwho79! Welcome to the community!

The webview is not loading is because there is a security firewall blocking some files to be loaded on Replit or it is just a slow internet connection, since Replit needs a lot more data to show the content of your website.

@savardo


im using my pc and there is no security firewall. moments ago it was working but later it stopped.

Hey @18anirudhJain! Welcome to the community!

If you can load the website in a new tab, ypu can reloading Replit without cache by pressing Shift + Ctrl + R on your keyboard.

Otherwise, you can type $ kill 1 in the shell to transfer the Repl onto a new machine.

hi @savardo ! thnx for your reply


as you can see, the problem is still existing.

I forked your Repl and it looks like there’s an error:

SyntaxError: Importing binding error 'myContext' is not found (at :0:0)

It’s probably because you didn’t define what your <myContext> element is.

1 Like