Webview only updates once

Bug description:
everytime i change something in css for the first time everything works great, i can change the color of text, and font size etc. Any change i make after that won’t change the webview screen after hitting run. i could delete everything inside the css and the webview will still look the same. the only way i can make another change is by waiting for the screen to time out and for me to relog in. i tried just refreshing after every change i made in css but it still doesn’t make a difference.

Expected vs Current Behavior:

Steps to reproduce:

Bug appears at this link: https://replit.com/@JoshuaJones84/BloomTech-Web-Orientation-Whats-Your-Why-Joshua-Jones#index.css

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@JoshuaJones84

Hi @JoshuaJones84 , welcome to the community! For your problem, I take it that the HTML code runs fine? Try using the <style></style> tag in the HTML file.

1 Like

You probably forgot to clear your cache. If you are using chrome, hold shift and press the reload button (keep holding shift!)

1 Like