How to remove compatibility issues in web codes? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to remove compatibility issues in web codes?

I had made a notes app. But when I opened it on my windows 7 it wasn't working. Will anyone please tell me how to avoid compatibility issues? Here is the code: https://sololearn.com/compiler-playground/WovfcT5q7ELF/?ref=app

11th Mar 2024, 12:35 PM
Web Developer AD
5 Respuestas
+ 3
There may be some browser compatibility issues, Windows 7 isn't supported anymore. Check code compatibility here. https://www.w3schools.com/cssref/css3_browsersupport.php
12th Mar 2024, 4:44 AM
Chris Coder
Chris Coder - avatar
+ 2
Web Developer AD Yes I think so.
13th Mar 2024, 1:54 AM
Chris Coder
Chris Coder - avatar
+ 1
What compatibility issues are you experiencing?
11th Mar 2024, 5:56 PM
Lisa
Lisa - avatar
0
Lisa some lines of css code are not running neatly and in js nothing is working. Do you think it is because of the old version of the windows and chrome? I tried separating the css and js in different files and linking them but that also didn't work.
12th Mar 2024, 12:21 AM
Web Developer AD
0
Thanks Chris Coder I saw that many were not supported on my version of chrome. But I have a question that if I deploy it using github pages then will all PCs using the latest version of chrome support it?
12th Mar 2024, 10:58 AM
Web Developer AD