Why my Html/Css code is not working on SoloLearn app, even though it's working fine on desktop version and browsers. ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why my Html/Css code is not working on SoloLearn app, even though it's working fine on desktop version and browsers. ??

Following is the code attached. Check and lemme know the problem. https://code.sololearn.com/WK7mnteT7pz4/?ref=app

10th Jan 2019, 3:12 PM
Uxair
Uxair - avatar
5 Answers
+ 2
Excuse me.. Chrome does needs webkit.(Personally not a big fan of chrome) Have a look at the changes https://code.sololearn.com/WZ7raazdIkM2/?ref=app
10th Jan 2019, 4:59 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
+ 2
Uxair You need to check the version of your android browser As of this moment, the latest version of chrome and Android web browser fully supports @keyframes meaning there is no need for webkit prefix. You can use caniuse website to research what earlier versions do need webkit https://caniuse.com/#search=%40keyframe You should also check out Autoprefixer https://autoprefixer.github.io/
11th Jan 2019, 1:18 AM
ODLNT
ODLNT - avatar
+ 1
Uxair, In the SoloLearn app, The web development section in SoloLearn executes the document and scripts in their servers and you acces them throught your default browser. After reading your question, My guess is that you are using SoloLearn with Safari browser which needs the webkit to execute the css animations/translations. https://stackoverflow.com/questions/3468154/what-is-webkit-and-how-is-it-related-to-css
10th Jan 2019, 4:05 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
0
I am using Android sololearn app on mobile and making this code on Desktop using Sublime text and chrome browser
10th Jan 2019, 4:32 PM
Uxair
Uxair - avatar
0
But, i am using Chrome in laptop and it's working fine without webkit , even i have tested code in other online editors using chrome it was working.
10th Jan 2019, 7:43 PM
Uxair
Uxair - avatar