+ 1
Why isn't clip-path:path('') working ? [Solved]
6 Answers
+ 2
because path() function for clip-path property seems only supported in earlier versions firefox, sometimes with a flag to be enabled ^^
you should rely on polygon() wich seems have better support (including IE!)...
https://css-tricks.com/an-initial-implementation-of-clip-path-path/
+ 1
why your question is "why isn't clip-path() working?" so?
anyway, for me it is not working at least on android webview (sololearn app')... nor samsung internet browser ^^
+ 1
you mean it's working for you in android chrome but not in sololearn app'?
probably webview in sololearn (I believe chrome use it too) doesn't enable all flags that chrome does (ie: as it is for webstorage)...
0
visph that is working for me.Weird i have chrome browser where it is working and on sololearn it doesn't !.
0
visph it is not working on sololearn as i said and my question is right . But that works for me the "clip-path" that shows a heart on chrome (Android browser) and i believe that is the browser used for sololearn as well (correct me if i am wrong) . It is really weird .
Anyway ,you are right (i had already went through that link and forgot to add about it in description), i will post another question about it now i guess.
And thank you as always :)
0
Yes,and that's sounds right if i think about it now , ty again .
for some reason this app won't let me mark your answer as best.