DEV Community

Discussion on: How's my portfolio page?

Collapse
 
tux0r profile image
tux0r

When I disable scripts in the Brave browser on Android, I only see an empty white site. Why?

Collapse
 
tylerp33 profile image
Tyler Pulse • Edited

hmmm.. I am really not for sure.

My website literally consist of four files (index.html, index.css, index.js, index.php) and like I said, I wrote every line of code. So, it could definitely be I missed something regarding keeping the site functional when scripts are disabled.

Thanks for the post! This is why I wanted to post it :D

edit: Yeah, disabling JS absolutely wrecks my site. Even the canvas I used is dependent on JS for responsive sizing. That's not even considering all the animations and what not. I'll look into it!