+ 1
::selection element not working
I'm on an iPhone and selection element isn't working. How can i fix this? I'm in the css lesson.
2 Answers
+ 9
It's not supported in mobile safari. Try that lesson from desktop or android it works fine in other devices.
https://caniuse.com/#search=%3A%3As
https://developer.mozilla.org/en-US/docs/Web/CSS/::selection#Summary
+ 2
Thanks. It was driving me crazy.