Some web-codes don't work on ios(apple) but works on android, What approach should i follow to support all devices? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 48

Some web-codes don't work on ios(apple) but works on android, What approach should i follow to support all devices?

Specially if I'm working with css keyframe animations.

11th Apr 2019, 9:49 AM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
15 Answers
+ 19
Aakaanksha💕 No you dont have to all modern browser supports most of the things in standard form if you want to code things on Sololearn , you only need to worry about -webkit- IOS and Android uses -webkit-
11th Apr 2019, 10:50 AM
good_bits
good_bits - avatar
+ 23
thank you $hardul Birje & Bad_Bit my doubts are clear now. I don't know which one i choose for best answer, You both help equally 😅 (❤️💕💜🍪🍫🍩🍬🍭💜💕❤️) ________________________________
11th Apr 2019, 10:55 AM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
+ 21
$hardul Birje You mean to say for every css property i have to use prefixes like - webkit- -moz- -o- -ms- Right? so i have to write a single property 5 times or so by this way? Is it the only way!
11th Apr 2019, 10:45 AM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
+ 18
$hardul Birje Bad_Bit so is only -webkit- is enough or i have to write all prefix?
11th Apr 2019, 10:48 AM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
+ 12
-webkit- and other prefixes should do the work for you 😅
11th Apr 2019, 10:39 AM
$hardul B
$hardul B - avatar
+ 7
If someone uses Old version of IOS or Android there are certain things that are not supported by default because they have not been finalized into standard modal keyframes and animation is one of them you have to attach prefix -webkit- for old devices and for new devices you do not need to because its now in standard CSS
11th Apr 2019, 10:43 AM
good_bits
good_bits - avatar
+ 7
Bad_Bit deserves the best answer.. I did basic link markings!! 👍😉
11th Apr 2019, 10:56 AM
$hardul B
$hardul B - avatar
11th Apr 2019, 10:53 AM
$hardul B
$hardul B - avatar
+ 2
Use webkit
12th Apr 2019, 6:31 AM
Daniyal Ahmed
Daniyal Ahmed - avatar
0
Yup
31st May 2019, 3:28 AM
Optic Gamer27
Optic Gamer27 - avatar
- 3
SQL
14th Apr 2019, 3:38 AM
timo
timo - avatar
- 4
Selam
13th Apr 2019, 1:32 AM
Alican Oyunhh
Alican Oyunhh - avatar
- 6
Disculpame pero estoy cansando, sigo en otro momento, hasta luego
12th Apr 2019, 7:17 AM
Vic1820
- 7
for(var i=0; i<2;i++) { console.log(i*2); for(var k=0; k<4;k++) { console.log(k+1); } }
12th Apr 2019, 1:57 PM
Kris